diff options
author | Pádraig Brady <P@draigBrady.com> | 2012-07-16 02:51:41 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-07-16 02:51:41 +0100 |
commit | 2f90a1b19161d4924c251dce9cf5ff8a6d4c1d13 (patch) | |
tree | 36ed3f007e832abba71cf475384792198bf8b246 | |
parent | 3ed70fd559c3fbed8383b50373e6d23d1857dc52 (diff) | |
download | coreutils-2f90a1b19161d4924c251dce9cf5ff8a6d4c1d13.tar.xz |
maint: move two df tests from tests/misc to tests/df
* test/Makefile.am: Reference the moved tests.
-rw-r--r-- | tests/Makefile.am | 4 | ||||
-rwxr-xr-x | tests/df/df-P (renamed from tests/misc/df-P) | 0 | ||||
-rwxr-xr-x | tests/df/header (renamed from tests/misc/df) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 944c7d2e1..4e7ea5835 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 index dfce41419..dfce41419 100755 --- a/tests/misc/df-P +++ b/tests/df/df-P diff --git a/tests/misc/df b/tests/df/header index 4fc626e8f..4fc626e8f 100755 --- a/tests/misc/df +++ b/tests/df/header |