aboutsummaryrefslogtreecommitdiff
path: root/unzip/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'unzip/test/test.h')
-rw-r--r--unzip/test/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unzip/test/test.h b/unzip/test/test.h
index 8da017f68e16..ba876afd8e24 100644
--- a/unzip/test/test.h
+++ b/unzip/test/test.h
@@ -35,6 +35,6 @@
#undef EXTRA_DUMP /* How to dump extra data */
#undef EXTRA_ERRNO /* How to dump errno */
/* How to generate extra version info. */
-#define EXTRA_VERSION (systemf("%s -v", testprog) ? "" : "")
+#define EXTRA_VERSION (systemf("%s --version", testprog) ? "" : "")
#include "test_common.h"