diff options
author | Jim Meyering <jim@meyering.net> | 2001-02-18 08:49:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-02-18 08:49:52 +0000 |
commit | 96bbda7216a9165429bb0a74231a74e6cc124c22 (patch) | |
tree | e88d869b59f0694abc2bf506e701829a523416ce /tests | |
parent | 7f77515e02813ed3e208390d396a4f281b096e67 (diff) | |
download | coreutils-96bbda7216a9165429bb0a74231a74e6cc124c22.tar.xz |
Update file names to reflect renamings.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pr/Test.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index f67a820c4..dd002def2 100644 --- a/tests/pr/Test.pm +++ b/tests/pr/Test.pm @@ -224,7 +224,7 @@ my @tv = ( # -w/W PAGE_WIDTH [-J] options ['10wa', '-W 72 -J -l17 -f', [\'tFFt-ll'], [\'W72Jl17f-ll'], 0], ['10wb', '-w 72 -J -l17 -f', [\'tFFt-ll'], [\'W72Jl17f-ll'], 0], -['10wc', '-W 72 -l17 -f', [\'tFFt-ll'], [\'W72l17f-ll'], 0], +['10wc', '-W 72 -l17 -f', [\'tFFt-ll'], [\'W-72l17f-ll'], 0], ['10wd', '-w 72 -l17 -f', [\'tFFt-ll'], [\'w72l17f-ll'], 0], ['10we', '-W 28 -l17 -f', [\'tFFt-ll'], [\'W28l17f-ll'], 0], ['10wf', '-W 27 -l17 -f', [\'tFFt-ll'], [\'W27l17f-ll'], 0], @@ -302,11 +302,11 @@ my @tv = ( # # new long-options -W/-S/-J disentangle those options (see also No.`10*') # columns, truncated = 72 / no separator : -['14g', '-2 -S -f', [\'t_notab'], [\'2Sf-t_notab'], 0], +['14g', '-2 -S -f', [\'t_notab'], [\'2-Sf-t_notab'], 0], # full lines, no truncation / separator = TAB : (Input: -S"<TAB>") ['14h', '-2 -S" " -J -f', [\'t_notab'], [\'2sf-t_notab'], 0], # columns, truncated = 72 / separator `:' : -['14i', '-2 -S: -f', [\'t_notab'], [\'2S_f-t_notab'], 0], +['14i', '-2 -S: -f', [\'t_notab'], [\'2-S_f-t_notab'], 0], # full lines, no truncation / separator = `:' : ['14j', '-2 -S: -J -f', [\'t_notab'], [\'2s_f-t_notab'], 0], # columns, truncated = 60 / separator = space: |