]> git.proxmox.com Git - pmg-api.git/commitdiff
tests/test_greylist.pl: restart pmgpolicy after tests
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 24 Mar 2017 10:21:16 +0000 (11:21 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 24 Mar 2017 10:21:16 +0000 (11:21 +0100)
tests/test_greylist.pl

index 1e087edea0ce00b26681f64c994f8f35e6bff098..c97a0a2f4a8ef561ff4fff2772497fd148316772 100755 (executable)
@@ -186,5 +186,7 @@ system("kill `cat $pidfile`") if -f $pidfile;
 
 print "ALL TESTS OK\n";
 
+system("systemctl start pmgpolicy");
+
 exit (0);