mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
housekeeping: shellcheck for tests/functional/ca/duplicate-realisation-in-closure.sh
This commit is contained in:
parent
2dfbba3e5e
commit
195c0da849
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue