diff options
Diffstat (limited to 'src/test/perl/TestLib.pm')
-rw-r--r-- | src/test/perl/TestLib.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index 77499c01e96..fda6760226d 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -245,7 +245,7 @@ sub append_to_file or die "could not write \"$filename\": $!"; print $fh $str; close $fh; - return; + return; } # Check that all file/dir modes in a directory match the expected values, @@ -521,7 +521,7 @@ sub command_checks_all { like($stderr, $re, "$test_name stderr /$re/"); } - + return; } |