diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T15·30+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T15·30+0000 |
commit | a07c68f05edd754e389e0757ed2deefd70aad364 (patch) | |
tree | 9b4739b556517b6cf32505e2d0f888b27f104398 /tests/nix-push.sh | |
parent | bf658f016ff16af79535358c8e609a933b86e6d7 (diff) |
* Finally, a test for the binary patch functionality.
Diffstat (limited to 'tests/nix-push.sh')
-rw-r--r-- | tests/nix-push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nix-push.sh b/tests/nix-push.sh index a9a2f5f9c06a..0a35e3b97ab7 100644 --- a/tests/nix-push.sh +++ b/tests/nix-push.sh @@ -5,7 +5,7 @@ outPath=$($nixstore -r $drvPath) echo "pushing $drvPath" -mkdir $TEST_ROOT/cache +mkdir -p $TEST_ROOT/cache $NIX_BIN_DIR/nix-push \ --copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath |