repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync with Git 2.7.4
[alt-git.git]
/
t
/
t5810-proto-disable-local.sh
blob
563592d8a8a5f6fec7da160f292b2f8b8824327e
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