summaryrefslogtreecommitdiff
path: root/t/op/tiearray.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/tiearray.t')
-rwxr-xr-x[-rw-r--r--]t/op/tiearray.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/op/tiearray.t b/t/op/tiearray.t
index 028fe40c60..045891dd42 100644..100755
--- a/t/op/tiearray.t
+++ b/t/op/tiearray.t
@@ -174,9 +174,7 @@ print "ok ", $test++,"\n";
print "not " unless join(':',@ary) eq '1:2:3';
print "ok ", $test++,"\n";
-untie @ary;
-
-exit;
+# untie @ary;
}