about summary refs log tree commit diff
path: root/tests/programs/gnupg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/programs/gnupg/default.nix')
-rw-r--r--tests/programs/gnupg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/programs/gnupg/default.nix b/tests/programs/gnupg/default.nix
index 5889ebc2..5e91d1c9 100644
--- a/tests/programs/gnupg/default.nix
+++ b/tests/programs/gnupg/default.nix
@@ -5,7 +5,7 @@ let
     #!${pkgs.expect}/bin/expect -f
     set timeout 20
     spawn ${pkgs.writeScript "cli-testscript.sh" ''
-      #!${pkgs.stdenv.shell} -ex
+      #!${pkgs.stdenv.shell} -e
       ${script}
     ''}
     ${expectScript}