From 3870982ac5c693c6c70bb3a7aeafd47ab2682c0d Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Tue, 23 Feb 2021 20:08:01 +0100 Subject: [PATCH] Improve Names of test repo folders --- tests/git-auto-commit.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/git-auto-commit.bats b/tests/git-auto-commit.bats index 04797314..3e2d0067 100644 --- a/tests/git-auto-commit.bats +++ b/tests/git-auto-commit.bats @@ -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}"