diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T14·35+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T14·35+0000 |
commit | 1e24cbaba3a7b553569c72afddeb825001ae1dd7 (patch) | |
tree | d42b2234c72bfe05c3e40376e9f3a7148f511cf9 /tests/substituter.sh | |
parent | bdf089f46362b8c9defefa0a14e3198582e12818 (diff) |
* Fix the test.
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 94ae26472501..8985982c2dd8 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 |