Skip to content

Commit

Permalink
Improve Names of test repo folders
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Feb 23, 2021
1 parent 268ec0c commit 3870982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/git-auto-commit.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ load '../node_modules/bats-assert/load'

setup() {
# Define Paths for local repository used during tests
export FAKE_LOCAL_REPOSITORY="${BATS_TEST_DIRNAME}/test_fake_local_repository"
export FAKE_REMOTE="${BATS_TEST_DIRNAME}/test_fake_remote_repository"
export FAKE_TEMP_LOCAL_REPOSITORY="${BATS_TEST_DIRNAME}/test_fake_temp_local_repository"
export FAKE_LOCAL_REPOSITORY="${BATS_TEST_DIRNAME}/tests_local_repository"
export FAKE_REMOTE="${BATS_TEST_DIRNAME}/tests_remote_repository"
export FAKE_TEMP_LOCAL_REPOSITORY="${BATS_TEST_DIRNAME}/tests_clone_of_remote_repository"

# Set default INPUT variables used by the GitHub Action
export INPUT_REPOSITORY="${FAKE_LOCAL_REPOSITORY}"
Expand Down

0 comments on commit 3870982

Please sign in to comment.