From: Pádraig Brady
Date: Mon, 16 Jul 2012 01:51:41 +0000 (+0100) Subject: maint: move two df tests from tests/misc to tests/df X-Git-Tag: v8.18~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f90a1b19161d4924c251dce9cf5ff8a6d4c1d13;p=thirdparty%2Fcoreutils.git maint: move two df tests from tests/misc to tests/df * test/Makefile.am: Reference the moved tests. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 944c7d2e15..4e7ea58359 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