From bbd2b9849cf6fec338aa7b6745e1c1a666fca42c Mon Sep 17 00:00:00 2001
From: rtlanceroad <rtlanceroad@gmail.com>
Date: Wed, 13 Sep 2017 18:10:33 +0800
Subject: [PATCH] test: Fix efivar.h location

When other bits of the source got fixed to use a different include path
for efivars, the test directory did not.
---
 src/test/tester.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- ./src/test/tester.c
+++ ./src/test/tester.c
@@ -26,7 +26,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 
-#include <efivar.h>
+#include <efivar/efivar.h>
 
 #define TEST_GUID EFI_GUID(0x84be9c3e,0x8a32,0x42c0,0x891c,0x4c,0xd3,0xb0,0x72,0xbe,0xcc)
 
