diff options
Diffstat (limited to 't/chainlint/for-loop-abbreviated.expect')
| -rw-r--r-- | t/chainlint/for-loop-abbreviated.expect | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/t/chainlint/for-loop-abbreviated.expect b/t/chainlint/for-loop-abbreviated.expect index a21007a63f..5574831976 100644 --- a/t/chainlint/for-loop-abbreviated.expect +++ b/t/chainlint/for-loop-abbreviated.expect @@ -1,5 +1,5 @@ -for it -do - path=$(expr "$it" : ( [^:]*) ) && - git update-index --add "$path" || exit -done +2 for it +3 do +4 path=$(expr "$it" : ([^:]*)) && +5 git update-index --add "$path" || exit +6 done |
