From ce1a7920972a8f72053577660205ec33c792beb0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 7 Jan 2018 16:37:40 +0000 Subject: [PATCH] test suite: gnupg: Fix sleep length in apt-get gpg --import case This was supposed to sleep for 5 seconds _instead_. This is a kind-of-expected error and it's best to carry on a bit quicker. Signed-off-by: Ian Jackson --- tests/tstunt/gpg-locked | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/tstunt/gpg-locked b/tests/tstunt/gpg-locked index 9dfda269..1b6cc111 100755 --- a/tests/tstunt/gpg-locked +++ b/tests/tstunt/gpg-locked @@ -41,10 +41,9 @@ else exec >/dev/tty printf "%s\n" "$*" ' x "GNUPG WRAPPER - TROUBLE - $HOME $GNUPGHOME - FAILED $rc $attempt $stdin_tmp_bytes $*" + sleep 10 fi -sleep 10 - done exit 127 -- 2.30.2