Merge pull request #43810 from yesbox/bfs

bfs: enable the test_fstype test
This commit is contained in:
Matthew Bauer 2018-07-25 13:22:46 -04:00 committed by GitHub
commit 0aa2a93d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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