diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2010-10-31 02:30:58 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-09 14:45:22 -0800 |
commit | 2dec68cf8fec760930c3bc9d13beb17e381d70a3 (patch) | |
tree | fb6354e2071434ba8d2e64bc90c8087d0da8c29e /t/t0020-crlf.sh | |
parent | a48fcd836971d065b9bf16b8cd046fd1aff9b279 (diff) | |
download | git-2dec68cf8fec760930c3bc9d13beb17e381d70a3.tar.gz git-2dec68cf8fec760930c3bc9d13beb17e381d70a3.tar.xz |
tests: add missing &&, batch 2
Same rules as before: this patch only adds " &&" to the end of
some lines in the test suite.
Intended to be applied on top of or squashed with the last
batch if they look okay.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0020-crlf.sh')
-rwxr-xr-x | t/t0020-crlf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0020-crlf.sh b/t/t0020-crlf.sh index 234a94f3e..1a8f44c44 100755 --- a/t/t0020-crlf.sh +++ b/t/t0020-crlf.sh @@ -439,7 +439,7 @@ test_expect_success 'checkout when deleting .gitattributes' ' git rm .gitattributes && echo "contentsQ" | q_to_cr > .file2 && git add .file2 && - git commit -m third + git commit -m third && git checkout master~1 && git checkout master && |