summaryrefslogtreecommitdiff
path: root/t/t3920-crlf-messages.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-07-08 13:15:05 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-07-08 13:15:05 -0700
commit693575c2d1d728146cd1304c5de2d0be5d0ef2fb (patch)
treef633237d95c55047a78b7d8278b6b2931fda2f43 /t/t3920-crlf-messages.sh
parentMerge branch 'ba/object-info' (diff)
parentt: fix whitespace around && (diff)
downloadtgif-693575c2d1d728146cd1304c5de2d0be5d0ef2fb.tar.xz
Merge branch 'ar/test-code-cleanup'
Test code clean-up. * ar/test-code-cleanup: t: fix whitespace around &&
Diffstat (limited to 't/t3920-crlf-messages.sh')
-rwxr-xr-xt/t3920-crlf-messages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3920-crlf-messages.sh b/t/t3920-crlf-messages.sh
index 70ddce3a2e..a8ad5462d9 100755
--- a/t/t3920-crlf-messages.sh
+++ b/t/t3920-crlf-messages.sh
@@ -64,7 +64,7 @@ test_crlf_subject_body_and_contents() {
while test -n "${atoms}"
do
set ${atoms} && atom=$1 && shift && atoms="$*" &&
- set ${files} && file=$1 && shift && files="$*" &&
+ set ${files} && file=$1 && shift && files="$*" &&
test_expect_success "${command}: --format='%${atom}' works with messages using CRLF" "
rm -f expect &&
for ref in ${LIB_CRLF_BRANCHES}