mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Remove unused variable from test script
This commit is contained in:
parent
60da5d2b8f
commit
01722b3d2c
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
set -e
|
||||
|
||||
datadir="@datadir@"
|
||||
|
||||
export TEST_ROOT=$(realpath ${TMPDIR:-/tmp}/nix-test)
|
||||
export NIX_STORE_DIR
|
||||
if ! NIX_STORE_DIR=$(readlink -f $TEST_ROOT/store 2> /dev/null); then
|
||||
|
|
Loading…
Reference in a new issue