mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
9f9984e4d0
This tests the Nix language side of things. We are purposely skipping most of `common.sh` because it is overkill for this test: we don't want to have an "overfit" test environment. Co-Authored-By: John Ericson <John.Ericson@Obsidian.Systems>
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
|