summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-09-17 09:49:04 +0200
committerAbhijit Menon-Sen <ams@wiw.org>2001-09-17 05:44:50 +0000
commit8ea155d176f10f47594df1a8dd68b9a4d7345cef (patch)
treed1825e42866306bc369d1c5eb21e9379ac4c23b1 /MANIFEST
parentec385757ddd27dbd1bbd254e8b322dae1caa6318 (diff)
downloadperl-8ea155d176f10f47594df1a8dd68b9a4d7345cef.tar.gz
Re: [BUG?] chdir(undef) == chdir() probably a bug
Message-Id: <20010917074904.V1588@blackrider> (Applied with tweaks to chdir.t and pp_sys.c hunks.) p4raw-id: //depot/perl@12043
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 1bad4c81f5..0fafceeab0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2038,6 +2038,7 @@ t/op/avhv.t See if pseudo-hashes work
t/op/bless.t See if bless works
t/op/bop.t See if bitops work
t/op/chars.t See if character escapes work
+t/op/chdir.t See if chdir works
t/op/chop.t See if chop works
t/op/closure.t See if closures work
t/op/cmp.t See if the various string and numeric compare work