From fe9625ad590fe63afe1b6bee3ca3be4576826a3a Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Mon, 24 Oct 2011 11:30:44 +0200 Subject: [PATCH] Fix typo --- regress/scripts/functions.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5