Skip to content

Commit e770fbf

Browse files
committed
t3005: remove unused variable
Since the beginning of the script, $new_line variable was never used. Remove it. Signed-off-by: Junio C Hamano <[email protected]>
1 parent da280f5 commit e770fbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

t/t3005-ls-files-relative.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ This test runs git ls-files with various relative path arguments.
77

88
. ./test-lib.sh
99

10-
new_line='
11-
'
1210
sq=\'
1311

1412
test_expect_success 'prepare' '

0 commit comments

Comments
 (0)