aboutsummaryrefslogtreecommitdiff
path: root/tests/getpart.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/getpart.pm')
-rw-r--r--tests/getpart.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getpart.pm b/tests/getpart.pm
index 3e9c5a4d5..58bb3e42c 100644
--- a/tests/getpart.pm
+++ b/tests/getpart.pm
@@ -134,7 +134,7 @@ sub getpart {
# section; end of file implies end of section.
print STDERR "*** getpart.pm: $section/$part returned empty!\n";
}
- return @this; # empty when end of section detected
+ return @this;
}
sub partexists {