diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-03 22:16:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-03 22:16:24 +0000 |
commit | 616fc42b4fa440e8be6b855e121c5801f8f67b7a (patch) | |
tree | b983ff3b95c9b99bf4f66483f85386e95d97ce9c /tests/misc/head-elide-tail | |
parent | 448d52389726d2c7656cac1e3a46a0379abe8032 (diff) | |
download | coreutils-616fc42b4fa440e8be6b855e121c5801f8f67b7a.tar.xz |
Update uses of undocumented, for- testing-only --presume* options
to start with `---'.
Diffstat (limited to 'tests/misc/head-elide-tail')
-rwxr-xr-x | tests/misc/head-elide-tail | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/misc/head-elide-tail b/tests/misc/head-elide-tail index 9731305a2..b7a49a2cb 100755 --- a/tests/misc/head-elide-tail +++ b/tests/misc/head-elide-tail @@ -70,9 +70,9 @@ if ($ENV{RUN_EXPENSIVE_TESTS}) {IN=>$input}, {OUT=>$output}]; push @Tests, $t; my @u = @$t; - # Insert the --presume-input-pipe option. + # Insert the ---presume-input-pipe option. $u[0] .= 'p'; - $u[1] .= ' --presume-input-pipe'; + $u[1] .= ' ---presume-input-pipe'; push @Tests, \@u; } } @@ -89,9 +89,9 @@ if ($ENV{RUN_EXPENSIVE_TESTS}) {IN=>$input}, {OUT=>$output}]; push @Tests, $t; my @u = @$t; - # Insert the --presume-input-pipe option. + # Insert the ---presume-input-pipe option. $u[0] .= 'p'; - $u[1] .= ' --presume-input-pipe'; + $u[1] .= ' ---presume-input-pipe'; push @Tests, \@u; } } |