aboutsummaryrefslogtreecommitdiff
path: root/tests/getpart.pm
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-06-21 18:17:50 +0200
committerYang Tse <yangsita@gmail.com>2012-06-21 18:32:30 +0200
commit2f738c7f407b1c2be2761d3d03d2def89669c209 (patch)
tree14e4f7fd26229f148d5ff747b2960ef2900acf5f /tests/getpart.pm
parentaefb9196cfb60c534ce1ce31db38940f3bf4df83 (diff)
getpart.pm: remove misleading comment
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 {