summaryrefslogtreecommitdiffstats
path: root/tests/bugs/cli/bug-1077682.t
diff options
context:
space:
mode:
authorAtin Mukherjee <amukherj@redhat.com>2015-06-03 10:40:36 +0530
committerKrishnan Parthasarathi <kparthas@redhat.com>2015-06-16 03:01:03 -0700
commitf65490c5d87c4282717b7f28cfcd1fe9380c6154 (patch)
tree4e1bd0c3b00d39ccbfba8785e90133120eb42b79 /tests/bugs/cli/bug-1077682.t
parent8e81dccfce17db2d388de95b0b009478cc7d0d4d (diff)
tests: fix spurious failure in bug-857330/xml.t
get-task-status () used to always return 0 *until and unless* the CLI command itself fails which is unlikely. However if the CLI command fails due to some reason EXPECT_WITHIN will abort. Change-Id: Ibe54dcdccc26b3ee003677fc3516cfed98b5c06f BUG: 1227590 Signed-off-by: Atin Mukherjee <amukherj@redhat.com> Reviewed-on: http://review.gluster.org/11054 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com>
Diffstat (limited to 'tests/bugs/cli/bug-1077682.t')
-rw-r--r--tests/bugs/cli/bug-1077682.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/bugs/cli/bug-1077682.t b/tests/bugs/cli/bug-1077682.t
index 6b6d71eeb46..eab5d86d04b 100644
--- a/tests/bugs/cli/bug-1077682.t
+++ b/tests/bugs/cli/bug-1077682.t
@@ -3,16 +3,6 @@
. $(dirname $0)/../../include.rc
. $(dirname $0)/../../volume.rc
-function get-task-status()
-{
- $CLI $COMMAND | grep -o $PATTERN
- if [ ${PIPESTATUS[0]} -ne 0 ];
- then
- return 1
- fi
- return 0
-}
-
cleanup;
TEST glusterd