mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-08 17:16:38 +00:00
12 lines
No EOL
187 B
Text
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 -- |