diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-24 13:44:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-24 13:44:58 +0000 |
commit | 8578313a4aa78da8fc3cce1e19a0f3cdd6212813 (patch) | |
tree | 6024dd5f7cddc4d3a468a1ad791328921632f25e /tests | |
parent | 0938dcec7b4650f3550552303adf119448f8b4d2 (diff) | |
download | coreutils-8578313a4aa78da8fc3cce1e19a0f3cdd6212813.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/install/Makefile.in | 2 | ||||
-rw-r--r-- | tests/mkdir/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index e766ec61a..090253e25 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -296,7 +296,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ 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)' \ diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index 3f9948692..b3b2a070d 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -296,7 +296,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ 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) \ |