* Fix the test.

This commit is contained in:
Eelco Dolstra 2010-11-17 14:35:14 +00:00
parent bdf089f463
commit 1e24cbaba3
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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