projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'mg/work-tree-tests' into maint
[git]
/
t
/
t5810-proto-disable-local.sh
1
#!/bin/sh
2
3
test_description='test disabling of local paths in clone/fetch'
4
. ./test-lib.sh
5
. "$TEST_DIRECTORY/lib-proto-disable.sh"
6
7
test_expect_success 'setup repository to clone' '
8
test_commit one
9
'
10
11
test_proto "file://" file "file://$PWD"
12
test_proto "path" file .
13
14
test_done