diff options
Diffstat (limited to 'tests/bugs/bug-858215.t')
-rwxr-xr-x | tests/bugs/bug-858215.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-858215.t b/tests/bugs/bug-858215.t index 8f11b7f3921..8034276dd6d 100755 --- a/tests/bugs/bug-858215.t +++ b/tests/bugs/bug-858215.t @@ -7,7 +7,7 @@ cleanup; ## Start and create a volume TEST glusterd; -TEST pidof glusterd +TEST pidof glusterd; TEST $CLI volume info; TEST $CLI volume create $V0 replica 2 stripe 2 $H0:$B0/${V0}{1,2,3,4,5,6,7,8}; @@ -62,7 +62,7 @@ TEST kill -USR1 $mount_pid; sleep 2; for file_name in $(ls $dump_dir) do - TEST grep "xlator.mount.fuse.history" $dump_dir/$file_name; + TEST grep -q "xlator.mount.fuse.history" $dump_dir/$file_name; done ## Finish up |