mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
bfs: enable the test_fstype test
This test would previously fail in the nix build sandbox. It was fixed in version 1.2.2.
This commit is contained in:
parent
4fd9ca3a51
commit
9877ba507b
2 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue