diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-22 20:25:26 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-22 20:25:26 +0200 |
commit | 73042c59c1adcdc527a82606b4be6dd873e81636 (patch) | |
tree | c663bc7ec1f071ee6e5c91aa1968a6ee0cc03561 | |
parent | 7fabb02bfe5672380f3ebdfea7b3bd5c32a54149 (diff) |
Fixed the BASE_DIR test environment variable
What the hell was i thinking
-rw-r--r-- | test/test.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.env b/test/test.env index 42ff7dd..3017693 100644 --- a/test/test.env +++ b/test/test.env @@ -1,4 +1,4 @@ -BASE_DIR=/tmp/nodegit_test +BASE_DIR=/tmp/githermit_test AVAIL_REPO=githermit.git AVAIL_REPO_URL=https://gitlab.com/HampusMat/githermit.git UNAVAIL_REPO=angular |