summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2020-01-14 13:54:44 -0800
committerGitHub <noreply@github.com>2020-01-14 13:54:44 -0800
commitff3f9d83e212ccdb525d4e268b489450c9437791 (patch)
tree5bf150642529545cede06b0f062f11b8625eb4df /pkgs/tools/security
parenteba1f794184f6bc08558a6506ed62eada008f37e (diff)
parent669318bd0268d56636df95db2692e8f27510840e (diff)
downloadnixpkgs-ff3f9d83e212ccdb525d4e268b489450c9437791.tar
nixpkgs-ff3f9d83e212ccdb525d4e268b489450c9437791.tar.gz
nixpkgs-ff3f9d83e212ccdb525d4e268b489450c9437791.tar.bz2
nixpkgs-ff3f9d83e212ccdb525d4e268b489450c9437791.tar.lz
nixpkgs-ff3f9d83e212ccdb525d4e268b489450c9437791.tar.xz
nixpkgs-ff3f9d83e212ccdb525d4e268b489450c9437791.tar.zst
nixpkgs-ff3f9d83e212ccdb525d4e268b489450c9437791.zip
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
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/pass/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/tools/security/pass/default.nix b/pkgs/tools/security/pass/default.nix
index 5d0e94bc803..54a8f4de7d7 100644
--- a/pkgs/tools/security/pass/default.nix
+++ b/pkgs/tools/security/pass/default.nix
@@ -111,6 +111,12 @@ let
     '' + stdenv.lib.optionalString stdenv.isDarwin ''
       # 'pass edit' uses hdid, which is not available from the sandbox.
       rm -f tests/t0200-edit-tests.sh
+      rm -f tests/t0010-generate-tests.sh
+      rm -f tests/t0020-show-tests.sh
+      rm -f tests/t0050-mv-tests.sh
+      rm -f tests/t0100-insert-tests.sh
+      rm -f tests/t0300-reencryption.sh
+      rm -f tests/t0400-grep.sh
     '';
 
     doCheck = false;