From: Jim Meyering Date: Sun, 18 Feb 2001 08:49:52 +0000 (+0000) Subject: Update file names to reflect renamings. X-Git-Tag: FILEUTILS-4_0_41~7 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=96bbda7216a9165429bb0a74231a74e6cc124c22;p=thirdparty%2Fcoreutils.git Update file names to reflect renamings. --- diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index f67a820c4e..dd002def27 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"") ['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: