diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-24 13:42:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-24 13:42:21 +0000 |
commit | 075b2836895a2fdb90b91e0b2912cd8e12a34110 (patch) | |
tree | 594a3ebcef6c194e5217cea7160288e4c8d6f505 | |
parent | e082e26ce05fe94c7a4df87b73019e5305f3e438 (diff) | |
download | coreutils-075b2836895a2fdb90b91e0b2912cd8e12a34110.tar.xz |
(TESTS): Add p-slashdot.
-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 c97d868ba..18779a669 100644 --- a/tests/mkdir/Makefile.am +++ b/tests/mkdir/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = p-3 p-1 p-2 special-1 perm parents t-slash +TESTS = p-3 p-1 p-2 special-1 perm parents t-slash p-slashdot EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ |