summary refs log tree commit diff
path: root/pkgs/tools/system/bfs
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-07-25 13:22:46 -0400
committerGitHub <noreply@github.com>2018-07-25 13:22:46 -0400
commit0aa2a93d1246cd317dfd5f2e60784bc033fd7911 (patch)
tree82e5a1dfdc63b0b55478f6bc1b3e8dcd75927230 /pkgs/tools/system/bfs
parent6fbcbaf404bbbaae9beeb2c819777ecfe350e5dd (diff)
parent9877ba507b5c9eaf9bd0edcb3e7216c3bf8b714c (diff)
Merge pull request #43810 from yesbox/bfs
bfs: enable the test_fstype test
Diffstat (limited to 'pkgs/tools/system/bfs')
-rw-r--r--pkgs/tools/system/bfs/default.nix2
-rw-r--r--pkgs/tools/system/bfs/tests.patch10
2 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/tools/system/bfs/default.nix b/pkgs/tools/system/bfs/default.nix
index fd7f93d1546ca..56b7b26c7bd47 100644
--- a/pkgs/tools/system/bfs/default.nix
+++ b/pkgs/tools/system/bfs/default.nix
@@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
     sha256 = "01vcqanj2sifa5i51wvrkxh55d6hrq6iq7zmnhv4ls221dqmbyyn";
   };
 
-  # 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