tests: remove option --posix

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-11-25 10:45:38 +01:00
parent 53ea212dca
commit a06b278bd3
2 changed files with 2 additions and 2 deletions

View 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))"
prompt> echo "result is $(($NUMBER + 1))"
result is 124

View File

@ -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