]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/cuddled-loop.expect
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / cuddled-loop.expect
index 8c0260d7f1d9ce7e85a8b0d47ffe97f57f39b92e..9cf260708e6a5c07282f37a03560781db8504ec0 100644 (file)
@@ -1,5 +1,4 @@
-(
- while read x
+( while read x
   do foobar bop || exit 1
->  done <file ) &&
+  done <file ) &&
 outside subshell