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 | |
parent | 001b3f06ecf7356cdef53f4ece4ba1cd87b97e77 (diff) |
* Fix the tests.
-rwxr-xr-x | tests/substituter.sh | 1 | ||||
-rwxr-xr-x | tests/substituter2.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/substituter.sh b/tests/substituter.sh index b244b30e83a8..94ae26472501 100755 --- a/tests/substituter.sh +++ b/tests/substituter.sh @@ -16,6 +16,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 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 |