summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-11-02 14:20:51 +0000
committerGordon Sim <gsim@apache.org>2011-11-02 14:20:51 +0000
commit5e6d14c5486772c9ec4edcb8b952395e11c5973c (patch)
tree02bfafb513823b5e8cd2c414ebde025b8631b856
parentadd12bb4afe149cdf6328ea314aafb03edf72418 (diff)
downloadqpid-python-5e6d14c5486772c9ec4edcb8b952395e11c5973c.tar.gz
QPID-3572: Make dependance on bashisms explicit
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1196600 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/cpp/src/tests/ais_check2
-rwxr-xr-xqpid/cpp/src/tests/allhosts2
-rwxr-xr-xqpid/cpp/src/tests/cluster_python_tests2
-rwxr-xr-xqpid/cpp/src/tests/cluster_read_credit2
-rwxr-xr-xqpid/cpp/src/tests/clustered_replication_test2
-rwxr-xr-xqpid/cpp/src/tests/dynamic_log_level_test2
-rwxr-xr-xqpid/cpp/src/tests/fanout_perftest2
-rwxr-xr-xqpid/cpp/src/tests/federated_cluster_test2
-rwxr-xr-xqpid/cpp/src/tests/federated_cluster_test_with_node_failure2
-rwxr-xr-xqpid/cpp/src/tests/multiq_perftest2
-rwxr-xr-xqpid/cpp/src/tests/qpid-build-rinstall2
-rwxr-xr-xqpid/cpp/src/tests/qpid-cluster-benchmark2
-rwxr-xr-xqpid/cpp/src/tests/qpid-src-rinstall2
-rwxr-xr-xqpid/cpp/src/tests/qpid-test-cluster2
-rwxr-xr-xqpid/cpp/src/tests/quick_perftest2
-rwxr-xr-xqpid/cpp/src/tests/quick_topictest2
-rwxr-xr-xqpid/cpp/src/tests/quick_txtest2
-rwxr-xr-xqpid/cpp/src/tests/reliable_replication_test2
-rwxr-xr-xqpid/cpp/src/tests/restart_cluster6
-rwxr-xr-xqpid/cpp/src/tests/rsynchosts2
-rwxr-xr-xqpid/cpp/src/tests/run-unit-tests2
-rwxr-xr-xqpid/cpp/src/tests/run_failover_soak2
-rwxr-xr-xqpid/cpp/src/tests/run_perftest2
-rwxr-xr-xqpid/cpp/src/tests/run_queue_flow_limit_tests2
-rwxr-xr-xqpid/cpp/src/tests/shared_perftest2
-rwxr-xr-xqpid/cpp/src/tests/start_broker2
-rwxr-xr-xqpid/cpp/src/tests/start_cluster2
-rwxr-xr-xqpid/cpp/src/tests/stop_broker2
-rwxr-xr-xqpid/cpp/src/tests/stop_cluster2
-rwxr-xr-xqpid/cpp/src/tests/test_watchdog2
-rwxr-xr-xqpid/cpp/src/tests/topic_perftest2
31 files changed, 33 insertions, 33 deletions
diff --git a/qpid/cpp/src/tests/ais_check b/qpid/cpp/src/tests/ais_check
index 92eaa9dd39..a865260543 100755
--- a/qpid/cpp/src/tests/ais_check
+++ b/qpid/cpp/src/tests/ais_check
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
diff --git a/qpid/cpp/src/tests/allhosts b/qpid/cpp/src/tests/allhosts
index 4b4b943156..09946d8c68 100755
--- a/qpid/cpp/src/tests/allhosts
+++ b/qpid/cpp/src/tests/allhosts
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
diff --git a/qpid/cpp/src/tests/cluster_python_tests b/qpid/cpp/src/tests/cluster_python_tests
index 9d9137ed57..8e17ffc8bc 100755
--- a/qpid/cpp/src/tests/cluster_python_tests
+++ b/qpid/cpp/src/tests/cluster_python_tests
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/cluster_read_credit b/qpid/cpp/src/tests/cluster_read_credit
index 370d4098c5..fb3b72fbaf 100755
--- a/qpid/cpp/src/tests/cluster_read_credit
+++ b/qpid/cpp/src/tests/cluster_read_credit
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
diff --git a/qpid/cpp/src/tests/clustered_replication_test b/qpid/cpp/src/tests/clustered_replication_test
index d6c72d9d1b..4a57502f39 100755
--- a/qpid/cpp/src/tests/clustered_replication_test
+++ b/qpid/cpp/src/tests/clustered_replication_test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/dynamic_log_level_test b/qpid/cpp/src/tests/dynamic_log_level_test
index 990e56b1b1..534110e352 100755
--- a/qpid/cpp/src/tests/dynamic_log_level_test
+++ b/qpid/cpp/src/tests/dynamic_log_level_test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/fanout_perftest b/qpid/cpp/src/tests/fanout_perftest
index d8a7661f49..99ea5b2ecf 100755
--- a/qpid/cpp/src/tests/fanout_perftest
+++ b/qpid/cpp/src/tests/fanout_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/federated_cluster_test b/qpid/cpp/src/tests/federated_cluster_test
index 70bec5e703..b32455259e 100755
--- a/qpid/cpp/src/tests/federated_cluster_test
+++ b/qpid/cpp/src/tests/federated_cluster_test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/federated_cluster_test_with_node_failure b/qpid/cpp/src/tests/federated_cluster_test_with_node_failure
index f144a676de..e9ae4b5914 100755
--- a/qpid/cpp/src/tests/federated_cluster_test_with_node_failure
+++ b/qpid/cpp/src/tests/federated_cluster_test_with_node_failure
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/multiq_perftest b/qpid/cpp/src/tests/multiq_perftest
index 10f9edd2a6..b8328ac287 100755
--- a/qpid/cpp/src/tests/multiq_perftest
+++ b/qpid/cpp/src/tests/multiq_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/qpid-build-rinstall b/qpid/cpp/src/tests/qpid-build-rinstall
index 1a92f8750a..c2ee957968 100755
--- a/qpid/cpp/src/tests/qpid-build-rinstall
+++ b/qpid/cpp/src/tests/qpid-build-rinstall
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under onemake
# or more contributor license agreements. See the NOTICE file
diff --git a/qpid/cpp/src/tests/qpid-cluster-benchmark b/qpid/cpp/src/tests/qpid-cluster-benchmark
index ff787a46dd..662f604919 100755
--- a/qpid/cpp/src/tests/qpid-cluster-benchmark
+++ b/qpid/cpp/src/tests/qpid-cluster-benchmark
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
diff --git a/qpid/cpp/src/tests/qpid-src-rinstall b/qpid/cpp/src/tests/qpid-src-rinstall
index 5e69e0ade1..a8dbefffea 100755
--- a/qpid/cpp/src/tests/qpid-src-rinstall
+++ b/qpid/cpp/src/tests/qpid-src-rinstall
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under onemake
# or more contributor license agreements. See the NOTICE file
diff --git a/qpid/cpp/src/tests/qpid-test-cluster b/qpid/cpp/src/tests/qpid-test-cluster
index 9887406ef9..40ad452a0d 100755
--- a/qpid/cpp/src/tests/qpid-test-cluster
+++ b/qpid/cpp/src/tests/qpid-test-cluster
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
diff --git a/qpid/cpp/src/tests/quick_perftest b/qpid/cpp/src/tests/quick_perftest
index 362f9ee96a..9b6f94746c 100755
--- a/qpid/cpp/src/tests/quick_perftest
+++ b/qpid/cpp/src/tests/quick_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/quick_topictest b/qpid/cpp/src/tests/quick_topictest
index 0a6b29b33f..e1d5a7d984 100755
--- a/qpid/cpp/src/tests/quick_topictest
+++ b/qpid/cpp/src/tests/quick_topictest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/quick_txtest b/qpid/cpp/src/tests/quick_txtest
index c872fcec12..34ecdcd8eb 100755
--- a/qpid/cpp/src/tests/quick_txtest
+++ b/qpid/cpp/src/tests/quick_txtest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/reliable_replication_test b/qpid/cpp/src/tests/reliable_replication_test
index f57d11a263..6f1d5882a5 100755
--- a/qpid/cpp/src/tests/reliable_replication_test
+++ b/qpid/cpp/src/tests/reliable_replication_test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/restart_cluster b/qpid/cpp/src/tests/restart_cluster
index 6a6abc8042..5b48e619f6 100755
--- a/qpid/cpp/src/tests/restart_cluster
+++ b/qpid/cpp/src/tests/restart_cluster
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
@@ -24,13 +24,13 @@
srcdir=`dirname $0`
$srcdir/stop_cluster
exec $srcdir/start_cluster "$@"
-#!/bin/sh
+#!/bin/bash
# Re-start a cluster on the local host.
srcdir=`dirname $0`
$srcdir/stop_cluster
exec $srcdir/start_cluster "$@"
-#!/bin/sh
+#!/bin/bash
# Re-start a cluster on the local host.
srcdir=`dirname $0`
diff --git a/qpid/cpp/src/tests/rsynchosts b/qpid/cpp/src/tests/rsynchosts
index 56ee57e898..4f19c3b22a 100755
--- a/qpid/cpp/src/tests/rsynchosts
+++ b/qpid/cpp/src/tests/rsynchosts
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under onemake
# or more contributor license agreements. See the NOTICE file
diff --git a/qpid/cpp/src/tests/run-unit-tests b/qpid/cpp/src/tests/run-unit-tests
index 862a76c4f5..5337a3dc22 100755
--- a/qpid/cpp/src/tests/run-unit-tests
+++ b/qpid/cpp/src/tests/run-unit-tests
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/run_failover_soak b/qpid/cpp/src/tests/run_failover_soak
index cce8b07a26..4c2e8cc188 100755
--- a/qpid/cpp/src/tests/run_failover_soak
+++ b/qpid/cpp/src/tests/run_failover_soak
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/run_perftest b/qpid/cpp/src/tests/run_perftest
index 5ad7c1ff4f..5324c2f0c5 100755
--- a/qpid/cpp/src/tests/run_perftest
+++ b/qpid/cpp/src/tests/run_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/run_queue_flow_limit_tests b/qpid/cpp/src/tests/run_queue_flow_limit_tests
index f921cf5e7e..78fc2adf83 100755
--- a/qpid/cpp/src/tests/run_queue_flow_limit_tests
+++ b/qpid/cpp/src/tests/run_queue_flow_limit_tests
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/shared_perftest b/qpid/cpp/src/tests/shared_perftest
index cc192d25bd..7a96feb79b 100755
--- a/qpid/cpp/src/tests/shared_perftest
+++ b/qpid/cpp/src/tests/shared_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/start_broker b/qpid/cpp/src/tests/start_broker
index 093c44051a..352830a95c 100755
--- a/qpid/cpp/src/tests/start_broker
+++ b/qpid/cpp/src/tests/start_broker
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/start_cluster b/qpid/cpp/src/tests/start_cluster
index bc35a2eddc..84f98b3b2d 100755
--- a/qpid/cpp/src/tests/start_cluster
+++ b/qpid/cpp/src/tests/start_cluster
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/stop_broker b/qpid/cpp/src/tests/stop_broker
index 248fd1fc5c..b774e70225 100755
--- a/qpid/cpp/src/tests/stop_broker
+++ b/qpid/cpp/src/tests/stop_broker
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/stop_cluster b/qpid/cpp/src/tests/stop_cluster
index d598a2255a..02436c60b7 100755
--- a/qpid/cpp/src/tests/stop_cluster
+++ b/qpid/cpp/src/tests/stop_cluster
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/test_watchdog b/qpid/cpp/src/tests/test_watchdog
index 2b4ae9246e..7b638da8a1 100755
--- a/qpid/cpp/src/tests/test_watchdog
+++ b/qpid/cpp/src/tests/test_watchdog
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/qpid/cpp/src/tests/topic_perftest b/qpid/cpp/src/tests/topic_perftest
index cd440b2458..6be4bd9aab 100755
--- a/qpid/cpp/src/tests/topic_perftest
+++ b/qpid/cpp/src/tests/topic_perftest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one