diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-04T16·16+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-04T16·16+0000 |
commit | a87b5256e27bb4ac359aa98ce11ff19c5cecd9fa (patch) | |
tree | f8c6c058f814b180092ed3d12e2a72bd7c0e33a5 /tests/substituter2.sh | |
parent | 001b3f06ecf7356cdef53f4ece4ba1cd87b97e77 (diff) |
* Fix the tests.
Diffstat (limited to 'tests/substituter2.sh')
-rwxr-xr-x | tests/substituter2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/substituter2.sh b/tests/substituter2.sh index 401e7b7befbd..70f7d0943b98 100755 --- a/tests/substituter2.sh +++ b/tests/substituter2.sh @@ -15,6 +15,7 @@ if test $1 = "--query"; then echo 1 echo "" # deriver echo 0 # nr of refs + echo 0 # download size else echo "bad command $cmd" exit 1 |