From c6290e42bc8890e2036013773a98e3551352c91a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Jan 2005 13:00:12 +0000 Subject: * Fix the `--fallback' switch. * Fix the substitutes tests. --- tests/substituter.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/substituter.sh (limited to 'tests/substituter.sh') diff --git a/tests/substituter.sh b/tests/substituter.sh new file mode 100755 index 000000000000..005e97605c91 --- /dev/null +++ b/tests/substituter.sh @@ -0,0 +1,10 @@ +#! /bin/sh -ex +echo $* + +case $* in + *) + mkdir $1 + echo $3 $4 > $1/hello + ;; +esac + -- cgit 1.4.1