From a06b278bd301e14fcead4e3109ede435b524d73b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 25 Nov 2019 10:45:38 +0100 Subject: [PATCH] tests: remove option --posix Signed-off-by: Karel Zak --- tests/expected/script/replay-live | 2 +- tests/ts/script/replay | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5