From 0414802fa8c2d5febb6db3e45331ceef538d9dde Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sat, 30 Sep 2023 17:19:54 -0600 Subject: [PATCH] Unset variables before running each test --- tests/project-root1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/project-root1.sh b/tests/project-root1.sh index 52ead46..2f3c4c6 100755 --- a/tests/project-root1.sh +++ b/tests/project-root1.sh @@ -8,6 +8,8 @@ source ./_reformat-common.bash setUp() { cd "$DIR"/.. || exit + unset PROJECT_ROOT + unset WF_ROOT } testProjectRoot001() {