]> git.ipfire.org Git - thirdparty/git.git/blame - t/t5810-proto-disable-local.sh
completion tests: consolidate getting path of current working directory
[thirdparty/git.git] / t / t5810-proto-disable-local.sh
CommitLineData
a5adaced
JK
1#!/bin/sh
2
3test_description='test disabling of local paths in clone/fetch'
4. ./test-lib.sh
5. "$TEST_DIRECTORY/lib-proto-disable.sh"
6
7test_expect_success 'setup repository to clone' '
8 test_commit one
9'
10
11test_proto "file://" file "file://$PWD"
12test_proto "path" file .
13
14test_done