From 360572c18009e40ab30f6f48f75b6bf896e7c0b2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 26 Jun 2016 13:32:07 +0200 Subject: 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 --- tests/programs/gnupg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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} -- cgit 1.4.1