diff options
author | Lars Hjemli <hjemli@gmail.com> | 2008-12-06 20:05:21 (JST) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-12-06 20:05:21 (JST) |
commit | 11456a60deab19f5e3a1d191bdf48adfba9195e4 (patch) | |
tree | d01ffde482a60e753bb32e6568c92c6b3e5a852b /tests/setup.sh | |
parent | 3c32fe07717f27fc891b66ccd06057fb810d03ad (diff) | |
parent | b6faa78091a1340b73e291f1f87604f246d3f391 (diff) | |
download | cgit-11456a60deab19f5e3a1d191bdf48adfba9195e4.zip cgit-11456a60deab19f5e3a1d191bdf48adfba9195e4.tar.gz |
Merge branch 'stable'
Diffstat (limited to 'tests/setup.sh')
-rwxr-xr-x | tests/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup.sh b/tests/setup.sh index 95acb54..30f90d5 100755 --- a/tests/setup.sh +++ b/tests/setup.sh | |||
@@ -113,7 +113,7 @@ run_test() | |||
113 | then | 113 | then |
114 | printf " %2d) %-60s [ok]\n" $test_count "$desc" | 114 | printf " %2d) %-60s [ok]\n" $test_count "$desc" |
115 | else | 115 | else |
116 | ((test_failed++)) | 116 | test_failed=$(expr $test_failed + 1) |
117 | printf " %2d) %-60s [failed]\n" $test_count "$desc" | 117 | printf " %2d) %-60s [failed]\n" $test_count "$desc" |
118 | fi | 118 | fi |
119 | } | 119 | } |