From: Jim Meyering Date: Wed, 2 Feb 2000 13:59:30 +0000 (+0000) Subject: (TESTS): Add fifo. X-Git-Tag: SH-UTILS-2_0f~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7138e430741ba42c211e5185a52a7012f32fa8dc;p=thirdparty%2Fcoreutils.git (TESTS): Add fifo. --- diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 1da83fe324..ab16171f0a 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = empty-file dir-1 dangling-symlink no-rights +TESTS = dir-1 dangling-symlink empty-file fifo no-rights EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH