about summary refs log tree commit diff
path: root/tests/substituter.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-01-25T13·00+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-01-25T13·00+0000
commitc6290e42bc8890e2036013773a98e3551352c91a (patch)
tree898c4017359d92cd942be6890d298e0574dee1c1 /tests/substituter.sh
parent581fc477838e9cf9e5d9657920ef63ea836050ee (diff)
* Fix the `--fallback' switch.
* Fix the substitutes tests.

Diffstat (limited to 'tests/substituter.sh')
-rwxr-xr-xtests/substituter.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/substituter.sh b/tests/substituter.sh
new file mode 100755
index 0000000000..005e97605c
--- /dev/null
+++ b/tests/substituter.sh
@@ -0,0 +1,10 @@
+#! /bin/sh -ex
+echo $*
+
+case $* in
+    *)
+        mkdir $1
+        echo $3 $4 > $1/hello
+        ;;
+esac        
+