From 760a1c84d7e83fede50bb635749f092fb8b191c0 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 16 Mar 2010 21:11:23 +0000 Subject: [PATCH] tests: Don't use in tests. It was failing when including this header, as a consequence of earlier commit 1f56debfcfdc35d6b0. --- capitests/test-command.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/capitests/test-command.c b/capitests/test-command.c index e5cdc93..c23b7d1 100644 --- a/capitests/test-command.c +++ b/capitests/test-command.c @@ -26,8 +26,7 @@ #include #include -/* Get STREQ etc */ -#include "../src/guestfs-internal.h" +#define STREQ(a,b) (strcmp((a),(b)) == 0) int main (int argc, char *argv[]) -- 1.8.3.1