diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-24 13:41:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-24 13:41:41 +0000 |
commit | f169968735bcc59d0b0a9970f432e1d9e69617a1 (patch) | |
tree | 9fb24eea48445c26477a4c028e14aa5b702c3d69 | |
parent | 465b852e3b0afd02ca615ad4cae3c056d2aeeb63 (diff) | |
download | coreutils-f169968735bcc59d0b0a9970f432e1d9e69617a1.tar.xz |
(TESTS): Add d-slashdot.
-rw-r--r-- | tests/install/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am index 10c9e7570..81774a370 100644 --- a/tests/install/Makefile.am +++ b/tests/install/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = trap basic-1 create-leading +TESTS = trap basic-1 create-leading d-slashdot EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ EXEEXT='$(EXEEXT)' \ |