Merge branch 'kf/t5000-modernise'

Test clean-up.

* kf/t5000-modernise:
  t5000: modernise archive and :(glob) test
This commit is contained in:
Junio C Hamano 2023-02-15 17:11:53 -08:00
commit 063ec7b3b8

View file

@ -402,11 +402,11 @@ test_expect_success GZIP 'extract tgz file (external gzip)' '
test_expect_success 'archive and :(glob)' ' test_expect_success 'archive and :(glob)' '
git archive -v HEAD -- ":(glob)**/sh" >/dev/null 2>actual && git archive -v HEAD -- ":(glob)**/sh" >/dev/null 2>actual &&
cat >expect <<EOF && cat >expect <<-\EOF &&
a/ a/
a/bin/ a/bin/
a/bin/sh a/bin/sh
EOF EOF
test_cmp expect actual test_cmp expect actual
' '