]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/functions.pm
Fix typo
[bacula/bacula] / regress / scripts / functions.pm
index 4f5c1490590a75a0d377cf46e70a56fcda2a8c35..7e2e59588e9f203f2f35be664667c40469ddf93c 100644 (file)
@@ -491,9 +491,9 @@ sub check_prune_list
     close(FP);
     foreach my $jobid (keys %to_check) {
         if (!$seen{$jobid}) {
-            print "******* listing of $f *********\n"
+            print "******* listing of $f *********\n";
             system("cat $f");
-            print "******* end listing of $f *********\n"
+            print "******* end listing of $f *********\n";
             print "ERROR: in $f, $jobid is still present in the 2nd 'list jobs'\n";
             exit 1;
         }