Signed-off-by: Karel Zak <kzak@redhat.com>
->>> 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
#
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