diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-26T21·41+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-26T21·41+0100 |
commit | 7c7707638a446f91893cdc21b9e0638d2ebd42d3 (patch) | |
tree | d8abfab27ba0503b766f281bef291c8d839863e7 /tests/remote-store.sh | |
parent | 788097382743dccc2e6de02c0b0342c9bb693b37 (diff) |
Doh
Diffstat (limited to 'tests/remote-store.sh')
-rw-r--r-- | tests/remote-store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote-store.sh b/tests/remote-store.sh index d14442614079..8312424f0ac6 100644 --- a/tests/remote-store.sh +++ b/tests/remote-store.sh @@ -9,7 +9,7 @@ $SHELL ./user-envs.sh nix-store --dump-db > $TEST_ROOT/d1 NIX_REMOTE= nix-store --dump-db > $TEST_ROOT/d2 -cmp d1 d2 +cmp $TEST_ROOT/d1 $TEST_ROOT/d2 nix-store --gc --max-freed 1K |