]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 24 Oct 2011 09:30:44 +0000 (11:30 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:07 +0000 (14:50 +0200)
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;
         }