]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test030-relay
Use shell "wait" instead of fixed 10 second wait-for-things-to-die
[openldap] / tests / scripts / test030-relay
index 088f059d4658101c5e9d589181a3094a5caae3cf..3164dca9e4f93862823d66e14e9fd8a599d3ed13 100755 (executable)
@@ -103,5 +103,7 @@ for RELAY in $RELAYS ; do
 done
 
 echo ">>>>> Test succeeded"
-exit 0
 
+test $KILLSERVERS != no && wait
+
+exit 0