From 9877ba507b5c9eaf9bd0edcb3e7216c3bf8b714c Mon Sep 17 00:00:00 2001 From: Jesper Geertsen Jonsson Date: Thu, 19 Jul 2018 13:42:39 +0200 Subject: bfs: enable the test_fstype test This test would previously fail in the nix build sandbox. It was fixed in version 1.2.2. --- pkgs/tools/system/bfs/default.nix | 2 -- pkgs/tools/system/bfs/tests.patch | 10 ---------- 2 files changed, 12 deletions(-) delete mode 100644 pkgs/tools/system/bfs/tests.patch (limited to 'pkgs/tools/system/bfs') diff --git a/pkgs/tools/system/bfs/default.nix b/pkgs/tools/system/bfs/default.nix index 3f618301a864b..746367a6bb22c 100644 --- a/pkgs/tools/system/bfs/default.nix +++ b/pkgs/tools/system/bfs/default.nix @@ -11,8 +11,6 @@ stdenv.mkDerivation rec { sha256 = "0a7zsipvndvg1kp2i35jrg9y9kncj7i6mp36dhpj8zjmkm5d5b8g"; }; - # Disable fstype test, tries to read /etc/mtab - patches = [ ./tests.patch ]; postPatch = '' # Patch tests (both shebangs and usage in scripts) for f in $(find -type f -name '*.sh'); do diff --git a/pkgs/tools/system/bfs/tests.patch b/pkgs/tools/system/bfs/tests.patch deleted file mode 100644 index a30291d7095fd..0000000000000 --- a/pkgs/tools/system/bfs/tests.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/tests.sh -+++ b/tests.sh -@@ -369,7 +369,6 @@ - test_printf_nul - test_quit_after_print - test_quit_before_print -- test_fstype - test_not - test_and - test_or -- cgit 1.4.1