Skip to content

Commit

Permalink
Fix lib and base dir paths in switch_test
Browse files Browse the repository at this point in the history
  • Loading branch information
testuser committed Jan 23, 2024
1 parent 4fa7593 commit ee79958
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/switch_test.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env bats

LIB_DIR="./lib"
LIB_DIR="$(pwd)/lib"
TEST_MGC_BASE_DIR="./tmp-test-switch"
TEST_MGC_BASE_DIR="$(pwd)/$TEST_MGC_BASE_DIR"
LIB_DIR="$(pwd)/../lib"
TEST_MGC_BASE_DIR="$(pwd)/tmp-test-switch"
PROFILE_DIR="$TEST_MGC_BASE_DIR/.mgc/profiles"
FAKE_REPO_DIR="$TEST_MGC_BASE_DIR/fake-repo"

Expand Down

0 comments on commit ee79958

Please sign in to comment.