diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/bugs/bug-1117851.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bugs/bug-1117851.t b/tests/bugs/bug-1117851.t index 94f3104fedc..02e52f53787 100755 --- a/tests/bugs/bug-1117851.t +++ b/tests/bugs/bug-1117851.t @@ -35,7 +35,6 @@ check_files () { if [ ! -f $(printf %s/dst%04d $1 $i) ]; then if [ -f $(printf %s/src%04d $1 $i) ]; then echo "file $i didnt get moved" > /dev/stderr - errors=$((errors+1)) else echo "file $i is MISSING" > /dev/stderr errors=$((errors+1)) |