]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: remove option --posix
authorKarel Zak <kzak@redhat.com>
Mon, 25 Nov 2019 09:45:38 +0000 (10:45 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 25 Nov 2019 09:45:38 +0000 (10:45 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/script/replay-live
tests/ts/script/replay

index cc68a18048bbc94fe9f83180a08efca392fe8be7..7d575ed479756dd6bb6150c27820d2b4c4744c7b 100644 (file)
@@ -1,4 +1,4 @@
->>> scriptlive: Starting your typescript execution by sh --posix.
+>>> scriptlive: Starting your typescript execution by sh.
 echo "result is $(($NUMBER + 1))"\r
 prompt> echo "result is $(($NUMBER + 1))"\r
 result is 124\r
index 7c6bd201fc61a4e1194e2ed4465ba7cef960683a..edb725c3665082ea7e0ffab1cef8da7571a3202b 100755 (executable)
@@ -88,7 +88,7 @@ ts_finalize_subtest
 #
 ts_init_subtest "live"
 NUMBER=123 $TS_CMD_SCRIPTLIVE \
-       --command 'sh --posix' \
+       --command 'sh' \
        --log-in "$LOG_IN_FILE" \
        --log-timing "$TIMING_FILE" >> $TS_OUTPUT 2>> $TS_ERRLOG
 sed -i 's/sh-[[:alnum:]\.\$\#]*/prompt>/g' $TS_OUTPUT