1#!/bin/sh
23
test_description='test disabling of local paths in clone/fetch'
4. ./test-lib.sh
5. "$TEST_DIRECTORY/lib-proto-disable.sh"
67
test_expect_success 'setup repository to clone' '
8test_commit one
9'
1011
test_proto "file://" file "file://$PWD"
12test_proto "path" file .
1314
test_done