pmount: disable tests

+2
+2
pkgs/os-specific/linux/pmount/default.nix
··· 34 substituteInPlace ./src/Makefile --replace '-o root -g root -m 4755 ' '-m 755 ' 35 ''; 36 37 meta = { 38 homepage = http://pmount.alioth.debian.org/; 39 description = "Mount removable devices as normal user";
··· 34 substituteInPlace ./src/Makefile --replace '-o root -g root -m 4755 ' '-m 755 ' 35 ''; 36 37 + doCheck = false; # fails 1 out of 1 tests with "Error: could not open fstab-type file: No such file or directory" 38 + 39 meta = { 40 homepage = http://pmount.alioth.debian.org/; 41 description = "Mount removable devices as normal user";