summaryrefslogtreecommitdiff
path: root/tests/misc/head-elide-tail
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/head-elide-tail')
-rwxr-xr-xtests/misc/head-elide-tail8
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;
}
}