diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-27 06:30:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-27 06:30:26 +0000 |
commit | 862b31c48a3aa016efbd2728abf38993917bf96e (patch) | |
tree | babd380c3b48ab80e7de1330720fed19623e6946 /tests | |
parent | 30eb4cf648c780df0e381c1d2f5a6fa6d5a5d169 (diff) | |
download | coreutils-862b31c48a3aa016efbd2728abf38993917bf96e.tar.xz |
(TESTS): Add special-1.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mkdir/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/Makefile.am b/tests/mkdir/Makefile.am index 403562f7c..0c2c6eca7 100644 --- a/tests/mkdir/Makefile.am +++ b/tests/mkdir/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = p-1 p-2 +TESTS = p-1 p-2 special-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = MKDIR=../../src/mkdir |