From: Junio C Hamano Date: Mon, 9 Sep 2019 19:58:37 +0000 (-0700) Subject: Merge branch 'dl/use-sq-from-test-lib' into next X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a6619ddab72fb09cc65b6f35fe6b4461e01484b;p=git Merge branch 'dl/use-sq-from-test-lib' into next Code cleanup. * dl/use-sq-from-test-lib: t: use common $SQ variable --- 9a6619ddab72fb09cc65b6f35fe6b4461e01484b diff --cc t/t3005-ls-files-relative.sh index 583e467683,c841f9b454..2ec69a8a26 --- a/t/t3005-ls-files-relative.sh +++ b/t/t3005-ls-files-relative.sh @@@ -7,8 -7,9 +7,6 @@@ This test runs git ls-files with variou . ./test-lib.sh - sq=\' -new_line=' -' -- test_expect_success 'prepare' ' : >never-mind-me && git add never-mind-me &&