From d27b58d319e0fbd89949cb116b31c37d48f5ba19 Mon Sep 17 00:00:00 2001 From: Philipp Schrader Date: Sun, 18 Sep 2022 14:53:22 -0700 Subject: [PATCH] delete PATH manipulation --- tests/compatibility_test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/compatibility_test.sh b/tests/compatibility_test.sh index 1171d0f..8000711 100755 --- a/tests/compatibility_test.sh +++ b/tests/compatibility_test.sh @@ -52,8 +52,6 @@ if "$is_windows"; then fi function set_up() { - export PATH="/home/jenkins/repos/bazel/bazel-bin/src:${PATH}" - mkdir -p target_skipping || fail "couldn't create directory" cat > target_skipping/pass.sh <