summaryrefslogtreecommitdiff
path: root/t/op
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2001-10-07 21:53:33 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-08 11:53:30 +0000
commit88587957d5515b280bc1becf23e9f6520d5dce08 (patch)
tree9bce880697d5b08985c9b38192d4549c30054862 /t/op
parente3b2f2afc4d28243cf088b06f65acc79e00144f5 (diff)
downloadperl-88587957d5515b280bc1becf23e9f6520d5dce08.tar.gz
& what's to be done for 5.8.0?
Message-ID: <20011007205333.S38756@plum.flirble.org> p4raw-id: //depot/perl@12356
Diffstat (limited to 't/op')
-rwxr-xr-xt/op/flip.t2
-rw-r--r--t/op/my_stash.t1
2 files changed, 3 insertions, 0 deletions
diff --git a/t/op/flip.t b/t/op/flip.t
index 99b22eff94..d9fa736d54 100755
--- a/t/op/flip.t
+++ b/t/op/flip.t
@@ -2,6 +2,8 @@
# $RCSfile: flip.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:52 $
+chdir 't' if -d 't';
+
print "1..10\n";
@a = (1,2,3,4,5,6,7,8,9,10,11,12);
diff --git a/t/op/my_stash.t b/t/op/my_stash.t
index 5a131830be..1e93fc7c63 100644
--- a/t/op/my_stash.t
+++ b/t/op/my_stash.t
@@ -3,6 +3,7 @@
package Foo;
BEGIN {
+ chdir 't' if -d 't';
@INC = '../lib';
}