aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ifcreate/all.do
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ifcreate/all.do')
-rw-r--r--tests/ifcreate/all.do17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/ifcreate/all.do b/tests/ifcreate/all.do
deleted file mode 100644
index 93fdaf9..0000000
--- a/tests/ifcreate/all.do
+++ /dev/null
@@ -1,17 +0,0 @@
-. ../include.sh
-
-rm -rf a b
-
-# we use redo here, as redo-ifchange is smart enough not to rebuild the same
-# file twice in the same redo session
-
-redo a
-redo a
-
-touch b
-
-redo a
-
-assert "ifcreate" << !
-[ "$(cat a)" = "baa" ]
-!