aboutsummaryrefslogtreecommitdiff
path: root/tests/substituter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/substituter.sh')
-rwxr-xr-xtests/substituter.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/substituter.sh b/tests/substituter.sh
index 94ae26472..65c4fa185 100755
--- a/tests/substituter.sh
+++ b/tests/substituter.sh
@@ -16,7 +16,8 @@ if test $1 = "--query"; then
echo 1
echo "" # deriver
echo 0 # nr of refs
- echo 0 # download size
+ echo $((1 * 1024 * 1024)) # download size
+ echo $((2 * 1024 * 1024)) # nar size
else
echo "bad command $cmd"
exit 1