From: Jim Meyering Date: Sat, 8 Mar 2003 16:55:42 +0000 (+0000) Subject: (check-root): Remove touch/fifo. X-Git-Tag: v4.5.10~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d3548a9087bedc5e69adc0a2efbe2f9d8d38f52;p=thirdparty%2Fcoreutils.git (check-root): Remove touch/fifo. It doesn't appear to have to be run as root. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 1ffa6d388b..071d0003b2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,6 @@ SUBDIRS = \ check-root: cd chown && $(MAKE) check TESTS=basic cd cp && $(MAKE) check TESTS=special-bits - cd touch && $(MAKE) check TESTS=fifo cd mv && $(MAKE) check TESTS=mv-special-1 cd rm && $(MAKE) check TESTS=fail-2eperm