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, 9 insertions, 0 deletions
diff --git a/tests/always/all.do b/tests/always/all.do
new file mode 100644
index 0000000..de262ce
--- /dev/null
+++ b/tests/always/all.do
@@ -0,0 +1,9 @@
+. ../include.sh
+
+rm -rf a
+
+redo a
+
+assert "always" << !
+[ "$(cat a)" = "??" ]
+!