From: Junio C Hamano Date: Thu, 5 Sep 2019 18:17:57 +0000 (-0700) Subject: t3005: remove unused variable X-Git-Tag: v2.24.0-rc0~126^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e770fbfeff2dfbd3249f344df7342434028b3800;p=thirdparty%2Fgit.git t3005: remove unused variable Since the beginning of the script, $new_line variable was never used. Remove it. Signed-off-by: Junio C Hamano --- diff --git a/t/t3005-ls-files-relative.sh b/t/t3005-ls-files-relative.sh index 209b4c7cd8..583e467683 100755 --- a/t/t3005-ls-files-relative.sh +++ b/t/t3005-ls-files-relative.sh @@ -7,8 +7,6 @@ This test runs git ls-files with various relative path arguments. . ./test-lib.sh -new_line=' -' sq=\' test_expect_success 'prepare' '