From: Wez Furlong Date: Sun, 16 Feb 2003 15:42:14 +0000 (+0000) Subject: Remove bogus test. X-Git-Tag: RELEASE_0_5~976 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32c1eafe858d06dea94e74e3ad52d65b8b84ca0d;p=php Remove bogus test. Append mode always causes written data to go to the end of the file, regardless of the current seek position. --- diff --git a/ext/standard/tests/file/bug21131.phpt b/ext/standard/tests/file/bug21131.phpt deleted file mode 100644 index 00c3781f9c..0000000000 --- a/ext/standard/tests/file/bug21131.phpt +++ /dev/null @@ -1,23 +0,0 @@ ---TEST-- -Bug #21131: fopen($filename, "a+") has broken position ---FILE-- - ---EXPECT-- -int(6) -int(0) -foobar -