summaryrefslogtreecommitdiff
path: root/tests/mkdir
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-23 18:17:39 +0000
committerJim Meyering <jim@meyering.net>2005-12-23 18:17:39 +0000
commitf9f607843283c601e5302197073aaec63601c82d (patch)
tree655750b41c1df84ddec324a8d728024c5b7d532d /tests/mkdir
parentdc217ce9c28078331b5751243125eaf23a8d8197 (diff)
downloadcoreutils-f9f607843283c601e5302197073aaec63601c82d.tar.xz
(TESTS): Add p-thru-slink
Diffstat (limited to 'tests/mkdir')
-rw-r--r--tests/mkdir/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/mkdir/Makefile.am b/tests/mkdir/Makefile.am
index 18779a669..49e2d4b3d 100644
--- a/tests/mkdir/Makefile.am
+++ b/tests/mkdir/Makefile.am
@@ -1,7 +1,9 @@
## 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 p-slashdot
+TESTS = \
+ p-thru-slink \
+ p-3 p-1 p-2 special-1 perm parents t-slash p-slashdot
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
srcdir=$(srcdir) \