aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ifcreate/a.do
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ifcreate/a.do')
-rw-r--r--tests/ifcreate/a.do11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ifcreate/a.do b/tests/ifcreate/a.do
deleted file mode 100644
index 7f58ce4..0000000
--- a/tests/ifcreate/a.do
+++ /dev/null
@@ -1,11 +0,0 @@
-
-if [ -e b ]; then
- echo -n "b" | cat - a > $3
-else
- redo-ifcreate b
- if [ -e a ]; then
- echo -n "a" | cat - a > $3
- else
- echo "a" > $3
- fi
-fi