about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-11-17T14·35+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-11-17T14·35+0000
commit1e24cbaba3a7b553569c72afddeb825001ae1dd7 (patch)
treed42b2234c72bfe05c3e40376e9f3a7148f511cf9 /tests
parentbdf089f46362b8c9defefa0a14e3198582e12818 (diff)
* Fix the test.
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 94ae264725..8985982c2d 100755
--- a/tests/substituter.sh
+++ b/tests/substituter.sh
@@ -17,6 +17,7 @@ if test $1 = "--query"; then
             echo "" # deriver
             echo 0 # nr of refs
             echo 0 # download size
+            echo 0 # nar size
         else
             echo "bad command $cmd"
             exit 1
diff --git a/tests/substituter2.sh b/tests/substituter2.sh
index 70f7d0943b..c56a1bc47b 100755
--- a/tests/substituter2.sh
+++ b/tests/substituter2.sh
@@ -16,6 +16,7 @@ if test $1 = "--query"; then
             echo "" # deriver
             echo 0 # nr of refs
             echo 0 # download size
+            echo 0 # nar size
         else
             echo "bad command $cmd"
             exit 1