1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-08 17:16:38 +00:00
testscript-rs/testdata/cpstdout.txt
Jason Hall c39114f1a9 initial commit
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-09-26 18:41:14 -04:00

17 lines
No EOL
223 B
Text

[!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