diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04T13·22+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04T13·22+0000 |
commit | a7bbe739717c7419a374b29e6e4887325b1af7fd (patch) | |
tree | a24f54f2b71cba90e9d681e55fc351b8795e4550 /tests/dependencies.builder0.sh | |
parent | ef093aac8f24535f6d0c75332ac7aeafbbe8c161 (diff) |
* Another test.
Diffstat (limited to 'tests/dependencies.builder0.sh')
-rw-r--r-- | tests/dependencies.builder0.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/dependencies.builder0.sh b/tests/dependencies.builder0.sh new file mode 100644 index 000000000000..326e8dfbb8d3 --- /dev/null +++ b/tests/dependencies.builder0.sh @@ -0,0 +1,6 @@ +export PATH=/bin:/usr/bin:$PATH + +mkdir $out +echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar + +ln -s $input2 $out/input-2 \ No newline at end of file |