blob: fdca3f16c8b9fbb42e31501e8cf9cbf3c7879a14 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
test_description='show-ref --exists'
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
. ./test-lib.sh
. "$TEST_DIRECTORY"/show-ref-exists-tests.sh
|