summaryrefslogtreecommitdiff
path: root/t/lib/db-btree.t
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-27 14:59:03 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-27 14:59:03 +0000
commitfac76ed70b2818d69c47c57bd5b63a636a19a037 (patch)
tree310939b53c9b5c385da8f3d8f239782000df18ea /t/lib/db-btree.t
parent6027b9a35019f02a9b3e344c2f78856358da6033 (diff)
downloadperl-fac76ed70b2818d69c47c57bd5b63a636a19a037.tar.gz
Output skipped test information in test suite:
Subject: 5.004_55: Making test harness platform_aware Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST) Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST) p4raw-id: //depot/perl@318
Diffstat (limited to 't/lib/db-btree.t')
-rwxr-xr-xt/lib/db-btree.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/db-btree.t b/t/lib/db-btree.t
index bebb63df8d..c85c22f92c 100755
--- a/t/lib/db-btree.t
+++ b/t/lib/db-btree.t
@@ -601,6 +601,8 @@ EOM
main::ok(101, $@ eq "") ;
main::ok(102, $ret eq "[[11]]") ;
+ undef $X;
+ untie(%h);
unlink "SubDB.pm", "dbbtree.tmp" ;
}