about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-06-26 13:32:07 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-06-26 13:32:07 +0200
commit360572c18009e40ab30f6f48f75b6bf896e7c0b2 (patch)
treee66b86e9a334cb2aa46b189a23131721fc7e26b0 /tests
parent03f62a96f02ddd2112e1cb8d78083abdea7bf66b (diff)
tests/gnupg: Remove leftover for debugging
The shell script embedded into the expect script had "set -x" enabled.

While this doesn't really hurt it doesn't really aid in debugging
either (expect -d works much better), so let's remove it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'tests')
-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}