From 60abeba9f75cd37bc27d62dae271b4372581efc3 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@822268 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ais_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/tests/ais_check b/qpid/cpp/src/tests/ais_check index 1481cf5bab..92eaa9dd39 100755 --- a/qpid/cpp/src/tests/ais_check +++ b/qpid/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