From 143dea5082101ca00b058959da7b83f0f078a68b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 27 Jul 2007 19:27:43 +0000 Subject: Drop SessionFrame, UUID is not required and more efficient to transmit plain AMQFrames. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@560356 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ais_check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/src/tests/ais_check') diff --git a/qpid/cpp/src/tests/ais_check b/qpid/cpp/src/tests/ais_check index 156a8b1ebe..69a0469a26 100755 --- a/qpid/cpp/src/tests/ais_check +++ b/qpid/cpp/src/tests/ais_check @@ -3,7 +3,7 @@ # test `id -ng` = "ais" || BADGROUP=yes -ps -u root | grep aisexec > /dev/null 2>&1 || NOAISEXEC=yes +{ ps -u root | grep aisexec >/dev/null; } || NOAISEXEC=yes if test -n "$BADGROUP" -o -n "$NOAISEXEC"; then cat <