about summary refs log tree commit diff
path: root/pkgs/by-name/bm
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-06-10 11:25:46 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-06-10 11:27:53 -0300
commit894ea3e43997d0a8e8b72833d27b491960e325ca (patch)
treeb5a95ac6d035581aca20c4338b6d3c1d94e1c594 /pkgs/by-name/bm
parent074c45769c23363a3f3b25b1b18038654326a894 (diff)
[wip] bmake: reenable test opt-chdir
Diffstat (limited to 'pkgs/by-name/bm')
-rw-r--r--pkgs/by-name/bm/bmake/package.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/by-name/bm/bmake/package.nix b/pkgs/by-name/bm/bmake/package.nix
index 130d786282252..6eebe5fb5d9e0 100644
--- a/pkgs/by-name/bm/bmake/package.nix
+++ b/pkgs/by-name/bm/bmake/package.nix
@@ -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"
   ];