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

12 lines
No EOL
187 B
Text

chmod 444 foo_r
exists foo
! exists unfoo
# TODO The following line fails but probably should not.
# ! exists -readonly foo
exists foo_r
exists -readonly foo_r
-- foo --
foo
-- foo_r --