stat.t cleanup, first pass
authorMichael G. Schwern <schwern@pobox.com>
Tue, 4 Dec 2001 21:09:18 +0000 (16:09 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 5 Dec 2001 01:37:04 +0000 (01:37 +0000)
Message-ID: <20011204210918.D13279@blackrider>

t/test.

p4raw-id: //depot/perl@13468

t/test.pl

index e4411af..e54d53e 100644 (file)
--- a/t/test.pl
+++ b/t/test.pl
@@ -252,4 +252,11 @@ sub runperl {
     return $result;
 }
 
+
+sub BAILOUT {
+    print "Bail out! @_\n";
+    exit;
+}
+
+
 1;