From: Kostya Farber Date: Sat, 4 Feb 2023 20:41:24 +0000 (+0000) Subject: t5000: modernise archive and :(glob) test X-Git-Tag: v2.40.0-rc0~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d912a603eda751b2846f1d2ab0843c4b7f7d0e9c;p=thirdparty%2Fgit.git t5000: modernise archive and :(glob) test To match present day coding guiding codelines let's: - use <<-EOF, so we can indent all lines to the the same level for this test - use <<\EOF to notify the reader that no interpolation is expected in the body Signed-off-by: Kostya Farber Signed-off-by: Junio C Hamano --- diff --git a/t/t5000-tar-tree.sh b/t/t5000-tar-tree.sh index d473048138..eb3214bc17 100755 --- a/t/t5000-tar-tree.sh +++ b/t/t5000-tar-tree.sh @@ -402,11 +402,11 @@ test_expect_success GZIP 'extract tgz file (external gzip)' ' test_expect_success 'archive and :(glob)' ' git archive -v HEAD -- ":(glob)**/sh" >/dev/null 2>actual && - cat >expect <expect <<-\EOF && + a/ + a/bin/ + a/bin/sh + EOF test_cmp expect actual '