* test/Makefile.am: Reference the moved tests.
---
tests/Makefile.am | 4 ++--
tests/{misc => df}/df-P | 0
tests/{misc/df => df/header} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename tests/{misc => df}/df-P (100%)
rename tests/{misc/df => df/header} (100%)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 944c7d2..4e7ea58 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -167,7 +167,6 @@ TESTS = \
misc/pr \
misc/join \
pr/pr-tests \
- misc/df-P \
misc/pwd-option \
misc/chcon-fail \
misc/cut \
@@ -187,7 +186,6 @@ TESTS = \
misc/csplit-heap \
misc/date-sec \
misc/dircolors \
- misc/df \
misc/dirname \
misc/env-null \
misc/expand \
@@ -374,6 +372,8 @@ TESTS = \
cp/src-base-dot \
cp/symlink-slash \
cp/thru-dangling \
+ df/header \
+ df/df-P \
df/unreadable \
dd/direct \
dd/misc \
diff --git a/tests/misc/df-P b/tests/df/df-P
similarity index 100%
rename from tests/misc/df-P
rename to tests/df/df-P
diff --git a/tests/misc/df b/tests/df/header
similarity index 100%
rename from tests/misc/df
rename to tests/df/header
--
1.7.6.4