tests: upadet scriptlive output

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-11-22 14:04:11 +01:00
parent 85ecd3719b
commit 45b819c124
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
>>> scriptlive: Starting your typescript execution by /bin/bash.
>>> scriptlive: Starting your typescript execution by sh --posix.
echo "result is $(($NUMBER + 1))"
$ echo "result is $(($NUMBER + 1))"
result is 124