summaryrefslogtreecommitdiff
path: root/tests/getopt-m4sh.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/getopt-m4sh.at')
-rw-r--r--tests/getopt-m4sh.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at
index 4c11dbf5..07287608 100644
--- a/tests/getopt-m4sh.at
+++ b/tests/getopt-m4sh.at
@@ -48,7 +48,7 @@ m4_pattern_forbid([m4_include])
m4_pattern_forbid([AS_INIT])
AT_CHECK([$M4SH --version || exit 77], [], [ignore], [ignore])
AT_CHECK([$M4SH -B $abs_top_srcdir/build-aux options.m4sh > t-options],
- [], [], [], [AT_CHECK([test $at_status -eq 63 && exit 77])])
+ [], [], [], [AT_CHECK([test "$at_status" -eq 63 && exit 77])])
$SED "s,@LN_S\@,$LN_S,g;s,@SED\@,$SED,g" t-options > options
])# _LT_AT_GETOPT_M4SH_SETUP