diff --git a/test/integration/interrupt.tests b/test/integration/interrupt.tests index 4c1a82b..7bffa95 100755 --- a/test/integration/interrupt.tests +++ b/test/integration/interrupt.tests @@ -15,7 +15,7 @@ while [[ ! -f $started_markerfile ]] ; do sleep 1 done -kill -TERM %1 +true kill -TERM %1 while [[ ! -s $CHECK_FILE ]] ; do sleep 1 done