diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-14 08:00:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-14 08:00:46 +0000 |
commit | a35d3cb4f8852189c10e7727b71fa86e27f87c21 (patch) | |
tree | dea58ddfe2245bc6f9449f7bd18ed09ef5b451f6 /tests | |
parent | 27a8731d4ebaa19daca4c73242dd7eb0da45180a (diff) | |
download | coreutils-a35d3cb4f8852189c10e7727b71fa86e27f87c21.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mkdir/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index ee4d3bc9c..56ed03492 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -279,7 +279,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = p-1 p-2 special-1 perm parents t-slash +TESTS = p-3 p-1 p-2 special-1 perm parents t-slash EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ |