diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/script/replay | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/expected/script/replay b/tests/expected/script/replay new file mode 100644 index 0000000..cefee37 --- /dev/null +++ b/tests/expected/script/replay @@ -0,0 +1,9 @@ +record script output with timing +Script started, file is typescript +hello world
+all done
+Script done, file is typescript +replay script output +hello world
+all done
+ |