diff options
Diffstat (limited to 'tests/cwd/all.do')
-rw-r--r-- | tests/cwd/all.do | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/cwd/all.do b/tests/cwd/all.do new file mode 100644 index 0000000..866a9ca --- /dev/null +++ b/tests/cwd/all.do @@ -0,0 +1,9 @@ +. ../include.sh + +rm -rf a d/b d/d/c + +redo-ifchange a + +assert "cwd" << ! +[ "$(cat a)" == "abc" ] +! |