diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/bugs/glusterfs/bug-879490.t | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/glusterfs/bug-879490.t b/tests/bugs/glusterfs/bug-879490.t index 7cec6713654..c254b4f59eb 100755 --- a/tests/bugs/glusterfs/bug-879490.t +++ b/tests/bugs/glusterfs/bug-879490.t @@ -25,7 +25,7 @@ function peer_probe()      $CLI peer probe a.b.c.d --xml | xmllint --format - | grep "<opErrstr>"  } -EXPECT "  <opErrstr>Probe returned with unknown errno 107</opErrstr>" peer_probe +EXPECT "  <opErrstr>Probe returned with Transport endpoint is not connected</opErrstr>" peer_probe  ## Finish up  TEST $CLI volume stop $V0;  | 
