t3005: remove unused variable

Since the beginning of the script, $new_line variable was never used. Remove it. Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Sep 5, 2019 at 11:17 UTC e770fbfeff2dfbd3249f344df7342434028b3800
1 file changed -2
t/t3005-ls-files-relative.sh
-2
@@ -7,8 +7,6 @@ This test runs git ls-files with various relative path arguments.
7
8 . ./test-lib.sh
9
10 -new_line='
11 -'
10 sq=\'
11
12 test_expect_success 'prepare' '