diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-06-27 23:33:48 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-27 23:33:48 +0200 |
| commit | 5cc1075a76392666d3d733837f5c6252b1e48002 (patch) | |
| tree | aff2a303881a6fe53021a6e78a767958e608719b /tests/guix-daemon.sh | |
| parent | 9c2563a80b6f1d8fb8677f5314e6180ea9916aa5 (diff) | |
| parent | c30d117822a8ca26cd8c06c0a3974955bef68eac (diff) | |
Merge branch 'master' into core-updates
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 ca46e34ce96..758f18cc368 100644 --- a/tests/guix-daemon.sh +++ b/tests/guix-daemon.sh | |||
| @@ -196,7 +196,7 @@ done | |||
| 196 | 196 | ||
| 197 | # Make sure garbage collection from a TCP connection does not work. | 197 | # Make sure garbage collection from a TCP connection does not work. |
| 198 | 198 | ||
| 199 | tcp_socket="127.0.0.1:9999" | 199 | tcp_socket="127.0.0.1:9998" |
| 200 | guix-daemon --listen="$tcp_socket" & | 200 | guix-daemon --listen="$tcp_socket" & |
| 201 | daemon_pid=$! | 201 | daemon_pid=$! |
| 202 | 202 | ||
