Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t3005: remove unused variable
author
Junio C Hamano
<gitster@pobox.com>
Thu, 5 Sep 2019 18:17:57 +0000
(11:17 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 5 Sep 2019 18:19:14 +0000
(11:19 -0700)
Since the beginning of the script, $new_line variable was never used.
Remove it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3005-ls-files-relative.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
da280f5
)
diff --git
a/t/t3005-ls-files-relative.sh
b/t/t3005-ls-files-relative.sh
index 209b4c7cd8c6739d0bee566c7058419021ed1a45..583e4676839c5328f67644851749db0278473e88 100755
(executable)
--- 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' '