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