about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xt/t0015-working_directory.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t0015-working_directory.sh b/t/t0015-working_directory.sh
index 16c366f..26e501a 100755
--- a/t/t0015-working_directory.sh
+++ b/t/t0015-working_directory.sh
@@ -42,6 +42,7 @@ EOF
 }
 
 t_begin "reload to avoid race condition" && {
+        curl -sSf http://$listen/ >/dev/null
         kill -HUP $rainbows_pid
         test xSTART = x"$(cat $fifo)"
 }