summaryrefslogtreecommitdiff
path: root/test/e2e-go/cli/goal/expect/catchpointCatchupWebProxy/webproxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/cli/goal/expect/catchpointCatchupWebProxy/webproxy.go')
-rw-r--r--test/e2e-go/cli/goal/expect/catchpointCatchupWebProxy/webproxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e-go/cli/goal/expect/catchpointCatchupWebProxy/webproxy.go b/test/e2e-go/cli/goal/expect/catchpointCatchupWebProxy/webproxy.go
index 77b7dac6e..8f7e2edaa 100644
--- a/test/e2e-go/cli/goal/expect/catchpointCatchupWebProxy/webproxy.go
+++ b/test/e2e-go/cli/goal/expect/catchpointCatchupWebProxy/webproxy.go
@@ -73,7 +73,7 @@ func main() {
fmt.Printf("%s\n", wp.GetListenAddress())
// Handle signals cleanly
- c := make(chan os.Signal)
+ c := make(chan os.Signal, 1)
signal.Notify(c, os.Interrupt, syscall.SIGTERM, syscall.SIGINT)
signal.Ignore(syscall.SIGHUP)