summaryrefslogtreecommitdiff
path: root/t/t5810-proto-disable-local.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5810-proto-disable-local.sh')
-rwxr-xr-xt/t5810-proto-disable-local.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/t/t5810-proto-disable-local.sh b/t/t5810-proto-disable-local.sh
new file mode 100755
index 0000000..563592d
--- /dev/null
+++ b/t/t5810-proto-disable-local.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+test_description='test disabling of local paths in clone/fetch'
+. ./test-lib.sh
+. "$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