about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-08-04T16·16+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-08-04T16·16+0000
commita87b5256e27bb4ac359aa98ce11ff19c5cecd9fa (patch)
treef8c6c058f814b180092ed3d12e2a72bd7c0e33a5 /tests
parent001b3f06ecf7356cdef53f4ece4ba1cd87b97e77 (diff)
* Fix the tests.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/substituter.sh1
-rwxr-xr-xtests/substituter2.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/substituter.sh b/tests/substituter.sh
index b244b30e83..94ae264725 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 401e7b7bef..70f7d0943b 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