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>
This commit is contained in:
Junio C Hamano 2019-09-05 11:17:57 -07:00
parent da280f5f1a
commit e770fbfeff

View file

@ -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' '