From 193330d321d3e394d1ce01c7e1dbea28ace68323 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Nov 2017 17:50:49 +0100 Subject: Test: Replace --option with the corresponding flag --- tests/linux-sandbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/linux-sandbox.sh') 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 ]] -- cgit 1.4.1