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

3 lines
No EOL
87 B
Text

# Simple test that definitely works
exec ./sample-cli --version
stdout "sample-cli 1.0"