diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-01T09·23+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-01T09·23+0000 |
commit | 06b44242860d62e12f9abe018c6f974ceaa30bb9 (patch) | |
tree | 20a13dc912ca34f70eeb13276ab1dc6a45395615 /tests/dependencies.builder0.sh | |
parent | 32fa82a56a2c4a937c91f72be16339b4ddf7cdf1 (diff) |
* Add missing files to dist.
* Fix GC and substitute bugs related to self-references. Add a regression test.
Diffstat (limited to 'tests/dependencies.builder0.sh')
-rw-r--r-- | tests/dependencies.builder0.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/dependencies.builder0.sh b/tests/dependencies.builder0.sh index 326e8dfbb8d3..69269916c605 100644 --- a/tests/dependencies.builder0.sh +++ b/tests/dependencies.builder0.sh @@ -3,4 +3,7 @@ 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 +ln -s $input2 $out/input-2 + +# Self-reference. +ln -s $out $out/self |