1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Begin to split up overlay-local-store tests

The bad-uris tests are now in their own file.
"Outer" is a bad name, but it will be split up next.
This commit is contained in:
cidkidnix 2023-05-15 14:34:57 -05:00
parent b7e5aaf90d
commit 0979a374c5
7 changed files with 90 additions and 64 deletions

View file

@ -4,7 +4,7 @@ if [[ -z "${COMMON_SH_SOURCED-}" ]]; then
COMMON_SH_SOURCED=1
source "$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")/common/vars-and-functions.sh"
source "$(readlink -f "$(dirname "${BASH_SOURCE[0]-$0}")")/common/vars-and-functions.sh"
if [[ -n "${NIX_DAEMON_PACKAGE:-}" ]]; then
startDaemon
fi