My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da280f5
)
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
diff --git
a/t/t3005-ls-files-relative.sh
b/t/t3005-ls-files-relative.sh
index
209b4c7
..
583e467
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' '