From: Marco van Wieringen Date: Mon, 24 Oct 2011 09:30:44 +0000 (+0200) Subject: Fix typo X-Git-Tag: Release-5.2.1~40 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f1cc2d2c177c0633b07756c43fcb575f1184c3d9;p=bacula%2Fbacula Fix typo --- diff --git a/regress/scripts/functions.pm b/regress/scripts/functions.pm index 4f5c149059..7e2e59588e 100644 --- a/regress/scripts/functions.pm +++ b/regress/scripts/functions.pm @@ -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; }