summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-15 23:07:18 +0200
committerJim Meyering <meyering@redhat.com>2009-09-29 16:04:12 +0200
commita033e28737c1f6320bfc56b484253b61051bad85 (patch)
tree8f663e656092685e09aa5f655ca97b43345ced46 /tests/Makefile.am
parentb7aaa0da8b47f4f373d3e0876bd540986278c6e2 (diff)
downloadcoreutils-a033e28737c1f6320bfc56b484253b61051bad85.tar.xz
stat: interpret "-" as standard input
* src/stat.c (do_stat): Interpret a command line argument of "-" to mean "standard input", like many other tools do. (do_statfs): Fail upon any attempt to use "-". * NEWS (Changes in behavior): Mention it. * tests/misc/stat-hyphen: New test, to exercise the above. * tests/Makefile.am (TESTS): Add misc/stat-hyphen.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2acad6bd6..5fd541a4a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -216,6 +216,7 @@ TESTS = \
misc/split-fail \
misc/split-l \
misc/stat-fmt \
+ misc/stat-hyphen \
misc/stat-printf \
misc/stdbuf \
misc/stty \