From bd518bdba264f3d5c489c83978de120be7444139 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Dec 2019 17:12:30 +0100 Subject: trap expects INT, not SIGINT --- src/gns/test_gns_zkey_lookup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gns/test_gns_zkey_lookup.sh') diff --git a/src/gns/test_gns_zkey_lookup.sh b/src/gns/test_gns_zkey_lookup.sh index 03118d741..3d4aefc7c 100755 --- a/src/gns/test_gns_zkey_lookup.sh +++ b/src/gns/test_gns_zkey_lookup.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is in the public domain. -trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT +trap "gnunet-arm -e -c test_gns_lookup.conf" INT which timeout > /dev/null 2>&1 && DO_TIMEOUT="timeout 5" LOCATION=$(which gnunet-config) -- cgit v1.2.3