From 45b819c124ceeaa9cd6bba0d45cdb589003bde76 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 22 Nov 2019 14:04:11 +0100 Subject: [PATCH] tests: upadet scriptlive output Signed-off-by: Karel Zak --- tests/expected/script/replay-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/expected/script/replay-live b/tests/expected/script/replay-live index 9e15b1bd2a..1ea64cf8e6 100644 --- a/tests/expected/script/replay-live +++ b/tests/expected/script/replay-live @@ -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 -- 2.47.2