Skip to content
Snippets Groups Projects
Commit 01722b3d authored by Robert Vollmert's avatar Robert Vollmert
Browse files

Remove unused variable from test script

parent 60da5d2b
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment