mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 18:26:16 +02:00
5 lines
133 B
Bash
5 lines
133 B
Bash
|
# shellcheck shell=bash
|
||
|
|
||
|
TEST_ROOT=$(realpath "${TMPDIR:-/tmp}/nix-test")/${TEST_NAME:-default/tests\/functional//}
|
||
|
export TEST_ROOT
|