Unset variables before running each test
This commit is contained in:
@@ -8,6 +8,8 @@ source ./_reformat-common.bash
|
||||
|
||||
setUp() {
|
||||
cd "$DIR"/.. || exit
|
||||
unset PROJECT_ROOT
|
||||
unset WF_ROOT
|
||||
}
|
||||
|
||||
testProjectRoot001() {
|
||||
|
||||
Reference in New Issue
Block a user