1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-12 19:08:36 +00:00
testscript-rs/testdata/exists.txt

12 lines
187 B
Text
Raw Normal View History

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