diff options
Diffstat (limited to 'tests/guix-daemon.sh')
| -rw-r--r-- | tests/guix-daemon.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-daemon.sh b/tests/guix-daemon.sh index 4c19a55722f..ce82cfd1e6c 100644 --- a/tests/guix-daemon.sh +++ b/tests/guix-daemon.sh | |||
| @@ -63,7 +63,7 @@ guile -c " | |||
| 63 | (exit (has-substitutes? store \"$out\"))" | 63 | (exit (has-substitutes? store \"$out\"))" |
| 64 | 64 | ||
| 65 | # Now, run guix-daemon --no-substitutes. | 65 | # Now, run guix-daemon --no-substitutes. |
| 66 | socket="$NIX_STATE_DIR/alternate-socket" | 66 | socket="$GUIX_STATE_DIRECTORY/alternate-socket" |
| 67 | guix-daemon --no-substitutes --listen="$socket" --disable-chroot & | 67 | guix-daemon --no-substitutes --listen="$socket" --disable-chroot & |
| 68 | daemon_pid=$! | 68 | daemon_pid=$! |
| 69 | trap 'kill $daemon_pid' EXIT | 69 | trap 'kill $daemon_pid' EXIT |
