mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
housekeeping: shellcheck for tests/functional/ca/duplicate-realisation-in-closure.sh
This commit is contained in:
parent
2dfbba3e5e
commit
195c0da849
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source ./common.sh
|
source ./common.sh
|
||||||
|
|
||||||
requireDaemonNewerThan "2.4pre20210625"
|
requireDaemonNewerThan "2.4pre20210625"
|
||||||
@ -5,7 +7,7 @@ requireDaemonNewerThan "2.4pre20210625"
|
|||||||
export REMOTE_STORE_DIR="$TEST_ROOT/remote_store"
|
export REMOTE_STORE_DIR="$TEST_ROOT/remote_store"
|
||||||
export REMOTE_STORE="file://$REMOTE_STORE_DIR"
|
export REMOTE_STORE="file://$REMOTE_STORE_DIR"
|
||||||
|
|
||||||
rm -rf $REMOTE_STORE_DIR
|
rm -rf "$REMOTE_STORE_DIR"
|
||||||
clearStore
|
clearStore
|
||||||
|
|
||||||
# Build dep1 and push that to the binary cache.
|
# Build dep1 and push that to the binary cache.
|
||||||
|
Loading…
Reference in New Issue
Block a user