projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba2d96
)
(onearg-2): Output should be empty.
author
Jim Meyering
<jim@meyering.net>
Fri, 5 Sep 2003 06:56:38 +0000
(06:56 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 5 Sep 2003 06:56:38 +0000
(06:56 +0000)
tests/seq/basic
patch
|
blob
|
history
diff --git
a/tests/seq/basic
b/tests/seq/basic
index 1bcece00bd950b35b7a147e03875e0206311a169..93b2ff03e4d7cb4c8fde9031697dd639e1d6637e 100755
(executable)
--- a/
tests/seq/basic
+++ b/
tests/seq/basic
@@
-25,7
+25,7
@@
my $prog = $ENV{PROG} || die "$0: \$PROG not specified in environment\n";
my @Tests =
(
['onearg-1', qw(10), {OUT => [(1..10)]}],
- ['onearg-2', qw(-1)
, {OUT => [qw(1 0 -1)]}
],
+ ['onearg-2', qw(-1)],
['neg-1', qw(-10 10 10), {OUT => [qw(-10 0 10)]}],
['neg-2', qw(-.1 .1 .1), {OUT => [qw(-0.1 0 0.1)]}],
['neg-3', qw(1 -1 0), {OUT => [qw(1 0)]}],