From 32c1eafe858d06dea94e74e3ad52d65b8b84ca0d Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 16 Feb 2003 15:42:14 +0000 Subject: [PATCH] Remove bogus test. Append mode always causes written data to go to the end of the file, regardless of the current seek position. --- ext/standard/tests/file/bug21131.phpt | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 ext/standard/tests/file/bug21131.phpt diff --git a/ext/standard/tests/file/bug21131.phpt b/ext/standard/tests/file/bug21131.phpt deleted file mode 100644 index 00c3781f9c4..00000000000 --- 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 -