From: Richard Jones Date: Tue, 16 Mar 2010 21:11:23 +0000 (+0000) Subject: tests: Don't use in tests. X-Git-Tag: 1.0.87~33 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=760a1c84d7e83fede50bb635749f092fb8b191c0;ds=sidebyside tests: Don't use in tests. It was failing when including this header, as a consequence of earlier commit 1f56debfcfdc35d6b0. --- 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[])