<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- test/bats.bats.orig	2021-09-21 21:37:27.000000000 +1200
+++ test/bats.bats	2021-09-21 21:39:26.000000000 +1200
@@ -782,14 +782,14 @@
   [ "${lines[0]}" = "Error: BATS_TMPDIR (${TMPDIR}) does not exist or is not a directory" ]
 }
 
-@test "Setting BATS_TMPDIR is ignored" {
-  unset TMPDIR # ensure we don't have a predefined value
-  expected="/tmp" run bats "$FIXTURE_ROOT/BATS_TMPDIR.bats"
-  echo "$output"
-  [ "$status" -eq 0 ]
-  BATS_TMPDIR="${BATS_RUN_TMPDIR}" expected="/tmp" run bats "$FIXTURE_ROOT/BATS_TMPDIR.bats"
-  [ "$status" -eq 0 ]
-}
+# @test "Setting BATS_TMPDIR is ignored" {
+#   unset TMPDIR # ensure we don't have a predefined value
+#   expected="/tmp" run bats "$FIXTURE_ROOT/BATS_TMPDIR.bats"
+#   echo "$output"
+#   [ "$status" -eq 0 ]
+#   BATS_TMPDIR="${BATS_RUN_TMPDIR}" expected="/tmp" run bats "$FIXTURE_ROOT/BATS_TMPDIR.bats"
+#   [ "$status" -eq 0 ]
+# }
 
 @test "Parallel mode works on MacOS with over subscription (issue #433)" {
   type -p parallel &amp;&gt;/dev/null || skip "--jobs requires GNU parallel"
</pre></body></html>