From 2f90a1b19161d4924c251dce9cf5ff8a6d4c1d13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Mon, 16 Jul 2012 02:51:41 +0100 Subject: [PATCH] maint: move two df tests from tests/misc to tests/df * 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 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 -- 2.47.2