summaryrefslogtreecommitdiff
path: root/tests/test-getopt-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-getopt-posix.c')
-rw-r--r--tests/test-getopt-posix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-getopt-posix.c b/tests/test-getopt-posix.c
index c89981fd1a..5532271f2b 100644
--- a/tests/test-getopt-posix.c
+++ b/tests/test-getopt-posix.c
@@ -30,4 +30,5 @@
#include <unistd.h>
#define TEST_GETOPT_GNU 0
+#define TEST_GETOPT_TMP_NAME "test-getopt-posix.tmp"
#include "test-getopt-main.h"