diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-11-20T16·50+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-11-20T16·50+0100 |
commit | 193330d321d3e394d1ce01c7e1dbea28ace68323 (patch) | |
tree | 5c021a494330341cbdde6e810a3b836c3187a88a /tests/linux-sandbox.sh | |
parent | 91a19876073a2ed8fef2139fba906cfac1e96f83 (diff) |
Test: Replace --option with the corresponding flag
Diffstat (limited to 'tests/linux-sandbox.sh')
-rw-r--r-- | tests/linux-sandbox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/linux-sandbox.sh b/tests/linux-sandbox.sh index 0691c30be1ce..4a686bb59a3b 100644 --- a/tests/linux-sandbox.sh +++ b/tests/linux-sandbox.sh @@ -16,7 +16,7 @@ rm -rf $TEST_ROOT/store0 export NIX_STORE_DIR=/my/store export NIX_REMOTE=$TEST_ROOT/store0 -outPath=$(nix-build dependencies.nix --no-out-link --option sandbox-paths /nix/store) +outPath=$(nix-build dependencies.nix --no-out-link --sandbox-paths /nix/store) [[ $outPath =~ /my/store/.*-dependencies ]] |