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:
parent
b7e5aaf90d
commit
0979a374c5
7 changed files with 90 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue