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

18 lines
No EOL
210 B
Text

[!exec:cat] skip
stdin hello.txt
exec cat
stdout hello
exec cat
! stdout hello
[!exec:cat] stop
# Check that 'stdin stdout' works.
exec cat hello.txt
stdin stdout
exec cat
stdout hello
-- hello.txt --
hello