diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-18 13:39:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-18 13:39:49 +0000 |
commit | c7087747a407258cb98c6c8d92193d7a1b995c35 (patch) | |
tree | 804f92642585f5eb00687a7511557ad8e40a0e8a | |
parent | cdc8ee798f1234cb8520ed4c12664eb0824e32fa (diff) | |
download | coreutils-c7087747a407258cb98c6c8d92193d7a1b995c35.tar.xz |
(TESTS): Add t-slash.
-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 2ba10b43d..a3d966aca 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-1 p-2 special-1 perm parents +TESTS = p-1 p-2 special-1 perm parents t-slash EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ |