aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/namestore/test_namestore_delete.sh2
-rwxr-xr-xsrc/namestore/test_namestore_lookup.sh2
-rwxr-xr-xsrc/namestore/test_namestore_put.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_delete.sh b/src/namestore/test_namestore_delete.sh
index fb9c2681c..5f9a6890a 100755
--- a/src/namestore/test_namestore_delete.sh
+++ b/src/namestore/test_namestore_delete.sh
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/bash
2CONFIGURATION="test_namestore_api.conf" 2CONFIGURATION="test_namestore_api.conf"
3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT 3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
4 4
diff --git a/src/namestore/test_namestore_lookup.sh b/src/namestore/test_namestore_lookup.sh
index 936fb8621..18b8eed3e 100755
--- a/src/namestore/test_namestore_lookup.sh
+++ b/src/namestore/test_namestore_lookup.sh
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/bash
2CONFIGURATION="test_namestore_api.conf" 2CONFIGURATION="test_namestore_api.conf"
3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT 3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
4 4
diff --git a/src/namestore/test_namestore_put.sh b/src/namestore/test_namestore_put.sh
index b359cc69b..4987a9cd3 100755
--- a/src/namestore/test_namestore_put.sh
+++ b/src/namestore/test_namestore_put.sh
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/bash
2CONFIGURATION="test_namestore_api.conf" 2CONFIGURATION="test_namestore_api.conf"
3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT 3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
4 4