pmount: disable tests

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