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