summaryrefslogtreecommitdiff
path: root/tests/test-fpurge.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-fpurge.c')
-rw-r--r--tests/test-fpurge.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/tests/test-fpurge.c b/tests/test-fpurge.c
index 9bf2378868..ad77fa9cb5 100644
--- a/tests/test-fpurge.c
+++ b/tests/test-fpurge.c
@@ -20,27 +20,16 @@
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
+#include "macros.h"
+
/* None of the files accessed by this test are large, so disable the
fseek link warning if we are not using the gnulib fseek module. */
#if !GNULIB_FSEEK
# undef fseek
#endif
-#define ASSERT(expr) \
- do \
- { \
- if (!(expr)) \
- { \
- fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
- fflush (stderr); \
- abort (); \
- } \
- } \
- while (0)
-
#define TESTFILE "t-fpurge.tmp"
int