summaryrefslogtreecommitdiff
path: root/tests/cp/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-02 15:07:20 +0200
committerJim Meyering <meyering@redhat.com>2008-04-02 18:23:04 +0200
commitc1b6f9458a55cdc1143a1ae3959c577004ff8e3f (patch)
treeb0327fc56e3bbfa959e34b65576895f97f121428 /tests/cp/Makefile.am
parentf3653f0d204a07d80444c261126360901b849e37 (diff)
downloadcoreutils-c1b6f9458a55cdc1143a1ae3959c577004ff8e3f.tar.xz
"touch E; mkfifo F; cp -fR F E" no longer fails due to existing E
* src/copy.c (copy_internal): Revert change of 2005-03-01, 4303f0454592421eea48be87777d32a49e1d5e5b Prompted by Michael Stone, who pointed me to an old bug report from Ian Jackson: http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/7504 * tests/cp/special-f: New file. Test for the above. * tests/cp/Makefile.am (TESTS): Add special-f. * NEWS: mention this bug fix.
Diffstat (limited to 'tests/cp/Makefile.am')
-rw-r--r--tests/cp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am
index e2f96c9e3..28ebd35a6 100644
--- a/tests/cp/Makefile.am
+++ b/tests/cp/Makefile.am
@@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
TESTS = \
+ special-f \
parent-perm \
abuse \
proc-zero-len \