* Fix the tests.

This commit is contained in:
Eelco Dolstra 2008-08-04 16:16:49 +00:00
parent 001b3f06ec
commit a87b5256e2
2 changed files with 2 additions and 0 deletions

View File

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

View File

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