diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2005-12-18 19:41:12 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-20 10:25:01 +0000 |
commit | 65926997b59b084a2ff3a35734a3cb30ed9d17fa (patch) | |
tree | 4c4aa5b44ad0774c35cace1f71fad92d6a6a7fb3 /lib/File/Compare.t | |
parent | 90771dc0db35b74d256518c888adeac5f760aa04 (diff) | |
download | perl-65926997b59b084a2ff3a35734a3cb30ed9d17fa.tar.gz |
make failing cygwin test TODO'd
Message-ID: <20051219114112.GA5568@efn.org>
p4raw-id: //depot/perl@26413
Diffstat (limited to 'lib/File/Compare.t')
-rw-r--r-- | lib/File/Compare.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/File/Compare.t b/lib/File/Compare.t index 8c369f41b6..b5a3e78ef4 100644 --- a/lib/File/Compare.t +++ b/lib/File/Compare.t @@ -116,9 +116,10 @@ if (@donetests == 3) { print "ok 12 # file/file [$donetests[1]]\n"; } print "not " unless $donetests[2] == 0; - print "ok 13 # file/fileCR [$donetests[2]]\n"; + print "ok 13 # "; + print "TODO" if $^O eq "cygwin"; # spaces after filename silently trunc'd + print " file/fileCR [$donetests[2]]\n"; } else { print "ok 11# Skip\nok 12 # Skip\nok 13 # Skip Likely due to File::Temp\n"; } - |