summaryrefslogtreecommitdiffstats
path: root/tests/ts/getopt/options
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts/getopt/options')
-rwxr-xr-xtests/ts/getopt/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/getopt/options b/tests/ts/getopt/options
index c9ac53dd3..fee51195e 100755
--- a/tests/ts/getopt/options
+++ b/tests/ts/getopt/options
@@ -90,7 +90,7 @@ gnu_getopt_clean
ts_finalize_subtest
ts_init_subtest longopts
-$TS_CMD_GETOPT -o a -l long1,secondlong:,thirdlong::,abbriviation: -- --long1 EXTRA1 --thirdlong=ARGUMENT --secondlong=ARG --abbr ABBRARG -a >> $TS_OUTPUT 2>&1
+$TS_CMD_GETOPT -o a -l long1,secondlong:,thirdlong::,abbreviation: -- --long1 EXTRA1 --thirdlong=ARGUMENT --secondlong=ARG --abbr ABBRARG -a >> $TS_OUTPUT 2>&1
echo "exit value: $?" >> $TS_OUTPUT
gnu_getopt_clean
ts_finalize_subtest