mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-08 17:16:38 +00:00
7 lines
120 B
Text
7 lines
120 B
Text
# Verify that a custom command can chdir.
|
|
|
|
mkChdir foo
|
|
exists $WORK/foo
|
|
|
|
# Current directory is not $WORK.
|
|
! exists foo
|