summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-10-06 13:36:22 +0000
committerAlan Conway <aconway@apache.org>2009-10-06 13:36:22 +0000
commit33835078ba46fc5937dcdf1a713dd187f8628bf5 (patch)
treed40ff38af533d533abe289f99baa6ffcb575662d /cpp/src
parent764d761cd6935340f3c4ac2a05b0c131a2d00300 (diff)
downloadqpid-python-33835078ba46fc5937dcdf1a713dd187f8628bf5.tar.gz
Fix typo in ais_check, causing cluster tests to fail.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@822268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/tests/ais_check2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ais_check b/cpp/src/tests/ais_check
index 1481cf5bab..92eaa9dd39 100755
--- a/cpp/src/tests/ais_check
+++ b/cpp/src/tests/ais_check
@@ -28,7 +28,7 @@ ps -u root | grep 'aisexec\|corosync' >/dev/null || {
# Execute command with the ais group set if user is a member.
with_ais_group() {
- if id -nG | grep '\<ais\>' >/dev/null; then sg -c "$*"
+ if id -nG | grep '\<ais\>' >/dev/null; then sg ais -c "$*"
else "$@"
fi
}