diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2015-05-29 20:19:57 +0530 |
---|---|---|
committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2015-05-29 09:58:46 -0700 |
commit | 8edc416f05d48560a387de9e3eb55a3c4087f23f (patch) | |
tree | c478ca5ebf52f22b8350a037742b01b0dbaba2aa /tests | |
parent | 8a9328e37b8c63d60583184dc8dab12f85810682 (diff) |
tests : fix spurious failure in bug-973073.t
remove_brick_completed needs the same fix as 02c04579
Change-Id: I1a65f9095e4b01e6bb014440fc89696a4eebf8ca
BUG: 1226367
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/11006
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Tested-by: Shyamsundar Ranganathan <srangana@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dht.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dht.rc b/tests/dht.rc index 45bb27661c6..0b2496fdb6d 100644 --- a/tests/dht.rc +++ b/tests/dht.rc @@ -93,7 +93,6 @@ function remove_brick_completed() fi echo $val - return $val } function dht_get_linkto_target() |