diff options
Diffstat (limited to 't/lib/dosglob.t')
-rwxr-xr-x | t/lib/dosglob.t | 2 |
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"; |