diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-02 13:59:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-02 13:59:30 +0000 |
commit | 7138e430741ba42c211e5185a52a7012f32fa8dc (patch) | |
tree | fbf80ff24b6d0015720cb035be2b3c1e102de069 /tests/touch | |
parent | 84b2bdcb3a6ccb96f77b5e45c6d3f3dc1090ec79 (diff) | |
download | coreutils-7138e430741ba42c211e5185a52a7012f32fa8dc.tar.xz |
(TESTS): Add fifo.
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 1da83fe32..ab16171f0 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 |