summaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2012-09-23 22:29:25 +0200
committerPádraig Brady <P@draigBrady.com>2012-11-08 16:12:07 +0000
commite73bb23f4f1165c3fd387308e7f76684fabc8c0e (patch)
tree363e24db1b11270f87801548a9f49ff2eaa90f17 /tests/local.mk
parentae3c2b4620e505dc35af70b02fe9c724fb95d68d (diff)
downloadcoreutils-e73bb23f4f1165c3fd387308e7f76684fabc8c0e.tar.xz
df: add a test for the --output option
* tests/df/df-output.sh: Add a test case. * tests/local.mk (all_tests): Mention the test. * cfg.mk (sc_file_system): Exempt the test from this syntax-check.
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 8fc403012..1b0ace4c5 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -453,6 +453,7 @@ all_tests = \
tests/cp/thru-dangling.sh \
tests/df/header.sh \
tests/df/df-P.sh \
+ tests/df/df-output.sh \
tests/df/unreadable.sh \
tests/df/total-unprocessed.sh \
tests/df/no-mtab-status.sh \