From: Junio C Hamano Date: Mon, 30 Sep 2019 04:19:30 +0000 (+0900) Subject: Merge branch 'dl/use-sq-from-test-lib' X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d693345518e9d5145902ec001a364ccdec8e148b Merge branch 'dl/use-sq-from-test-lib' Code cleanup. * dl/use-sq-from-test-lib: t: use common $SQ variable --- d693345518e9d5145902ec001a364ccdec8e148b 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 &&