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/substituter2.sh | |
parent | bdf089f46362b8c9defefa0a14e3198582e12818 (diff) |
* Fix the test.
Diffstat (limited to 'tests/substituter2.sh')
-rwxr-xr-x | tests/substituter2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/substituter2.sh b/tests/substituter2.sh index 70f7d0943b98..c56a1bc47b5c 100755 --- a/tests/substituter2.sh +++ b/tests/substituter2.sh @@ -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 |