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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1cc2d2c177c0633b07756c43fcb575f1184c3d9;p=thirdparty%2Fbacula.git Fix typo --- diff --git a/regress/scripts/functions.pm b/regress/scripts/functions.pm index 4f5c14905..7e2e59588 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; }