Merge pull request #5598 from obsidiansystems/fix-daemon-tests

Fix testing the other daemon
This commit is contained in:
Théophane Hufschmitt 2021-11-19 10:34:27 +01:00 committed by GitHub
commit f8d0311e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ if [[ -n "${NIX_CLIENT_PACKAGE:-}" ]]; then
fi
DAEMON_PATH="$PATH"
if [[ -n "${NIX_DAEMON_PACKAGE:-}" ]]; then
DAEMON_PATH="${NIX_DAEMON_PACKAGE}:$DAEMON_PATH"
DAEMON_PATH="${NIX_DAEMON_PACKAGE}/bin:$DAEMON_PATH"
fi
coreutils=@coreutils@