summaryrefslogtreecommitdiff
path: root/t/op/array.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/array.t')
-rwxr-xr-xt/op/array.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/array.t b/t/op/array.t
index 27565de702..3a6a792284 100755
--- a/t/op/array.t
+++ b/t/op/array.t
@@ -61,7 +61,7 @@ is($r, "0,0");
$bar[2] = '2';
$r = join(',', $#bar, @bar);
is($r, "2,0,,2");
-reset 'b';
+reset 'b' if $^O ne 'VMS';
@bar = ();
$bar[0] = '0';
$r = join(',', $#bar, @bar);