From: Karel Zak Date: Mon, 25 Nov 2019 09:45:38 +0000 (+0100) Subject: tests: remove option --posix X-Git-Tag: v2.35-rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06b278bd301e14fcead4e3109ede435b524d73b;p=thirdparty%2Futil-linux.git tests: remove option --posix Signed-off-by: Karel Zak --- diff --git a/tests/expected/script/replay-live b/tests/expected/script/replay-live index cc68a18048..7d575ed479 100644 --- a/tests/expected/script/replay-live +++ b/tests/expected/script/replay-live @@ -1,4 +1,4 @@ ->>> scriptlive: Starting your typescript execution by sh --posix. +>>> scriptlive: Starting your typescript execution by sh. echo "result is $(($NUMBER + 1))" prompt> echo "result is $(($NUMBER + 1))" result is 124 diff --git a/tests/ts/script/replay b/tests/ts/script/replay index 7c6bd201fc..edb725c366 100755 --- a/tests/ts/script/replay +++ b/tests/ts/script/replay @@ -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