util-linux/tests/expected/script/replay-live
Karel Zak a06b278bd3 tests: remove option --posix
Signed-off-by: Karel Zak <kzak@redhat.com>
2019-11-25 10:45:38 +01:00

7 lines
188 B
Text

>>> scriptlive: Starting your typescript execution by sh.
echo "result is $(($NUMBER + 1))"
prompt> echo "result is $(($NUMBER + 1))"
result is 124
prompt> exit
>>> scriptlive: done.