diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-30 20:29:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-30 20:29:09 +0200 |
commit | 8e47c389e81dd32e020d3739a3d9439beaad37d6 (patch) | |
tree | f13c99b666fa8f8236ff88de10d211c80bc2142b /uniq-test | |
parent | add printenv test (diff) | |
download | base-util-tests-8e47c389e81dd32e020d3739a3d9439beaad37d6.tar.gz base-util-tests-8e47c389e81dd32e020d3739a3d9439beaad37d6.tar.bz2 base-util-tests-8e47c389e81dd32e020d3739a3d9439beaad37d6.tar.xz |
some improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'uniq-test')
-rwxr-xr-x | uniq-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uniq-test/test b/uniq-test/test index 74692ef..be5dadd 100755 --- a/uniq-test/test +++ b/uniq-test/test @@ -128,7 +128,7 @@ dash_out () if test $# = 0; then - set $(printf 'file_%i\n' $(seq 1 $N)) dflag uflag cflag sflag_excess \ + set $(printf 'file_%i\n' $(seq $N)) dflag uflag cflag sflag_excess \ sflag f0flag fflag_excess fflag fsflag file_in dash_in file_out \ dash_out fi |