diff options
Diffstat (limited to 'tests/substituter.sh')
-rwxr-xr-x | tests/substituter.sh | 1 |
1 files changed, 1 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 |