summaryrefslogtreecommitdiff
path: root/tests/pr/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-03-14 03:52:10 +0000
committerJim Meyering <jim@meyering.net>1997-03-14 03:52:10 +0000
commitd7135088021d0ee8aed83407fae595d78c1f6aa1 (patch)
treeb3c03ddb9df3d90a5363badfb43bab0f61b908c0 /tests/pr/Test.pm
parentc42ed1e1fbfa1ec6f7b63b30157426ad869672de (diff)
downloadcoreutils-d7135088021d0ee8aed83407fae595d78c1f6aa1.tar.xz
Add test that -o 0 works.
Diffstat (limited to 'tests/pr/Test.pm')
-rw-r--r--tests/pr/Test.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm
index 30719d36d..6eb77b8b5 100644
--- a/tests/pr/Test.pm
+++ b/tests/pr/Test.pm
@@ -262,6 +262,7 @@ my @tv = (
['12mc', '-o3 -m -s:--: -n. -l17 -f', [\'tFFt-bl', \'tn'], [\'o3msnl17fbltn'], 0],
['12md', '-o3 -j -m -l17 -f', [\'tFFt-lm', \'loli'], [\'o3jml17f-lm-lo'], 0],
+['margin-0', '-o 0', '', '', 0],
);
#']]);