From 33835078ba46fc5937dcdf1a713dd187f8628bf5 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 6 Oct 2009 13:36:22 +0000 Subject: 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 --- cpp/src/tests/ais_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests') 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 '\' >/dev/null; then sg -c "$*" + if id -nG | grep '\' >/dev/null; then sg ais -c "$*" else "$@" fi } -- cgit v1.2.1