stash: use stash_push for no verb form
[git.git] / t / t5810-proto-disable-local.sh
blob563592d8a8a5f6fec7da160f292b2f8b8824327e
1 #!/bin/sh
3 test_description='test disabling of local paths in clone/fetch'
4 . ./test-lib.sh
5 . "$TEST_DIRECTORY/lib-proto-disable.sh"
7 test_expect_success 'setup repository to clone' '
8 test_commit one
11 test_proto "file://" file "file://$PWD"
12 test_proto "path" file .
14 test_done