1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-08 09:05:34 +00:00
testscript-rs/testdata/cpstdout.txt

17 lines
223 B
Text
Raw Normal View History

[!exec:cat] stop
# hello world
exec cat hello.text
cp stdout got
cmp got hello.text
! cmp got different.text
exists got
mv got new
! exists got
cmp new hello.text
-- hello.text --
hello world
-- different.text --
goodbye