Code

integration tests: Kill the right process when shutting down sysdbd.
[sysdb.git] / t / integration / simple_config.sh
index 677f53c05d8c2038bab85435dd8947de85d7efcb..ce3c4eb26d175556437bf1a50afc123504f3da0a 100755 (executable)
@@ -50,4 +50,6 @@ EOF
 sysdbd_pid=$!
 
 wait_for_sysdbd
-kill $!
+kill $sysdbd_pid
+wait $sysdbd_pid
+