summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-887098-gmount-crash.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-887098-gmount-crash.t')
-rw-r--r--tests/bugs/bug-887098-gmount-crash.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-887098-gmount-crash.t b/tests/bugs/bug-887098-gmount-crash.t
index 54e52d4dc..1998b4062 100644
--- a/tests/bugs/bug-887098-gmount-crash.t
+++ b/tests/bugs/bug-887098-gmount-crash.t
@@ -18,7 +18,7 @@ EXPECT 'Created' volinfo_field $V0 'Status';
function pidgrep()
{
- ps ax | grep "$1" | awk '{print $1}' | head -1
+ ps ax | grep "$1" | grep -v grep | awk '{print $1}' | head -1
}
@@ -27,7 +27,7 @@ TEST $CLI volume start $V0;
EXPECT 'Started' volinfo_field $V0 'Status';
TEST glusterfs -s $H0 --volfile-id=$V0 --acl $M0
-MOUNT_PID=`ps ax |grep "glusterfs -s $H0 --volfile-id=$V0 --acl $M0" | awk '{print $1}' | head -1`
+MOUNT_PID=`ps ax |grep "glusterfs -s $H0 --volfile-id=$V0 --acl $M0" | grep -v grep | awk '{print $1}' | head -1`
for i in {1..25};
do