mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: Don't use <guestfs-internal.h> in tests.
It was failing when including this header, as a consequence
of earlier commit 1f56debfcf.
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/* Get STREQ etc */
|
||||
#include "../src/guestfs-internal.h"
|
||||
#define STREQ(a,b) (strcmp((a),(b)) == 0)
|
||||
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user