Commit 894ea3e4 authored by Anderson Torres's avatar Anderson Torres
Browse files

[wip] bmake: reenable test opt-chdir

parent 074c4576
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -48,14 +48,12 @@ stdenv.mkDerivation (finalAttrs: {

  # Disabled tests:
  # * directive-export{,-gmake}: another failure related to TZ variables
  # * opt-chdir: ofborg complains about it somehow
  # * opt-keep-going-indirect: not yet known
  # * varmod-localtime: musl doesn't support TZDIR and this test relies on
  #   impure, implicit paths
  env.BROKEN_TESTS = builtins.concatStringsSep " " [
    "directive-export"
    "directive-export-gmake"
    "opt-chdir" # works on my machine -- AndersonTorres
    "opt-keep-going-indirect"
    "varmod-localtime"
  ];