This commit is contained in:
Stefan Zweifel 2020-09-13 13:29:25 +02:00
parent 8aa3e32717
commit 5d37e5e8b4
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ setup() {
touch "${test_repository}"/{a,b,c}.txt
cd "${test_repository}"
git init -q
git add . >/dev/null 2>&1
git commit -m "Init Repo" >/dev/null 2>&1
git add . > /dev/null 2>&1
git commit -m "Init Repo" > /dev/null 2>&1
# Set default INPUT variables
export INPUT_REPOSITORY="${BATS_TEST_DIRNAME}/test_repo"