aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cwd/all.do
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cwd/all.do')
-rw-r--r--tests/cwd/all.do9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/cwd/all.do b/tests/cwd/all.do
deleted file mode 100644
index 106a721..0000000
--- a/tests/cwd/all.do
+++ /dev/null
@@ -1,9 +0,0 @@
-. ../include.sh
-
-rm -rf a d/b d/d/c
-
-redo-ifchange a
-
-assert "cwd" << !
-[ "$(cat a)" = "abc" ]
-!