diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T13·00+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T13·00+0000 |
commit | c6290e42bc8890e2036013773a98e3551352c91a (patch) | |
tree | 898c4017359d92cd942be6890d298e0574dee1c1 /tests/substituter.sh | |
parent | 581fc477838e9cf9e5d9657920ef63ea836050ee (diff) |
* Fix the `--fallback' switch.
* Fix the substitutes tests.
Diffstat (limited to 'tests/substituter.sh')
-rwxr-xr-x | tests/substituter.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |