summaryrefslogtreecommitdiff
path: root/t/lib/dosglob.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/dosglob.t')
-rwxr-xr-xt/lib/dosglob.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/dosglob.t b/t/lib/dosglob.t
index ea537bf6d1..91aa6cc8a9 100755
--- a/t/lib/dosglob.t
+++ b/t/lib/dosglob.t
@@ -39,7 +39,7 @@ while (defined($_ = <*/a*.t>)) {
print "not " if @r != $r;
print "ok 4\n";
-# check if array context works
+# check if list context works
@r = ();
for (<*/a*.t>) {
print "# $_\n";