summaryrefslogtreecommitdiff
path: root/tests/misc/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-18 16:21:26 +0100
committerJim Meyering <jim@meyering.net>2007-03-18 16:21:26 +0100
commit553d347d3e08e00ee4f9df520b37c964c3f26e28 (patch)
tree189a05248c9fe5251a5bb5d32887125f19c70783 /tests/misc/Makefile.am
parentb1d89070f620c8787a36d93d67b0431ca15fb1dc (diff)
downloadcoreutils-553d347d3e08e00ee4f9df520b37c964c3f26e28.tar.xz
Fix a bug in how pr -m -s works.
* NEWS: Describe how the fix affects pr. * src/pr.c (init_parameters): The --merge (-m) option does not imply --expand-tabs (-e), so don't set "untabify_input". Reported by Wis Macomson. * tests/misc/pr: New file. Test for the above fix. * tests/misc/Makefile.am (TESTS): Add pr. * THANKS: Update.
Diffstat (limited to 'tests/misc/Makefile.am')
-rw-r--r--tests/misc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am
index 1aa3516f8..4d6a754a8 100644
--- a/tests/misc/Makefile.am
+++ b/tests/misc/Makefile.am
@@ -40,6 +40,7 @@ TESTS_ENVIRONMENT = \
# will execute the test script rather than the standard utility.
TESTS = \
+ pr \
df-P \
pwd-unreadable-parent \
cut \