diff options
author | Hugo van der Sanden <hv@crypt.org> | 2003-02-18 23:47:06 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2003-02-18 23:47:06 +0000 |
commit | b9ed3dd7480deabece83966d48086615c68bcb04 (patch) | |
tree | 12713172cc313397f01258312d344d3259a6dffb | |
parent | c803703701b66ee8fee828b4344c92c4d0124184 (diff) | |
download | perl-b9ed3dd7480deabece83966d48086615c68bcb04.tar.gz |
Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
problems on case-insensitive file systems. Rename it back to
t/run/switch_A.t
p4raw-id: //depot/perl@18747
-rw-r--r-- | MANIFEST | 2 | ||||
-rwxr-xr-x | t/run/switch_A.t (renamed from t/run/switchA.t) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -2696,9 +2696,9 @@ t/run/noswitch.t Test aliasing ARGV for other switch tests t/run/runenv.t Test if perl honors its environment variables. t/run/switcha.t Test the -a switch t/run/switches.t Tests for the other switches -t/run/switchA.t Test the -A switch t/run/switchF.t Test the -F switch t/run/switchI.t Test the -I switch +t/run/switch_A.t Test the -A switch t/run/switchn.t Test the -n switch t/run/switchp.t Test the -p switch t/run/switchPx.aux Data for switchPx.t diff --git a/t/run/switchA.t b/t/run/switch_A.t index e042c1df95..e042c1df95 100755 --- a/t/run/switchA.t +++ b/t/run/switch_A.t |