aboutsummaryrefslogtreecommitdiffstats
path: root/echo-test/test
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-30 20:29:09 +0200
committerMattias Andrée <maandree@kth.se>2016-03-30 20:29:09 +0200
commit8e47c389e81dd32e020d3739a3d9439beaad37d6 (patch)
treef13c99b666fa8f8236ff88de10d211c80bc2142b /echo-test/test
parentadd printenv test (diff)
downloadbase-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 'echo-test/test')
-rwxr-xr-xecho-test/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/echo-test/test b/echo-test/test
index 508ad78..574cd26 100755
--- a/echo-test/test
+++ b/echo-test/test
@@ -17,7 +17,7 @@ report ()
}
if test $# = 0; then
- set $(seq 1 $N)
+ set $(seq $N)
fi
(
for f in $@; do