Disable further pass tests that end up relying on gpg-agent on… (#77634)

Disable further pass tests that end up relying on gpg-agent on Darwin

authored by

John Wiegley and committed by
GitHub
ff3f9d83 eba1f794

+6
+6
pkgs/tools/security/pass/default.nix
··· 111 111 '' + stdenv.lib.optionalString stdenv.isDarwin '' 112 112 # 'pass edit' uses hdid, which is not available from the sandbox. 113 113 rm -f tests/t0200-edit-tests.sh 114 + rm -f tests/t0010-generate-tests.sh 115 + rm -f tests/t0020-show-tests.sh 116 + rm -f tests/t0050-mv-tests.sh 117 + rm -f tests/t0100-insert-tests.sh 118 + rm -f tests/t0300-reencryption.sh 119 + rm -f tests/t0400-grep.sh 114 120 ''; 115 121 116 122 doCheck = false;