#!/bin/sh setvar test_description = ''test disabling of local paths in clone/fetch'' source ./test-lib.sh source "$TEST_DIRECTORY/lib-proto-disable.sh" test_expect_success 'setup repository to clone' ' test_commit one ' test_proto "file://" file "file://$PWD" test_proto "path" file . test_done