From 79de1b44852db4257ef56748301f6b5bc56ab3c6 Mon Sep 17 00:00:00 2001 From: M S Vishwanath Bhat Date: Mon, 26 Dec 2011 16:35:14 +0530 Subject: BUG:2719 -- Checks incorrect help string for volume top in gluster help Change-Id: I3f8c3d59b0a57db26801ee9a992badf70dec8119 BUG: 2719 Signed-off-by: M S Vishwanath Bhat --- dvm/2719/testcase | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 dvm/2719/testcase (limited to 'dvm') diff --git a/dvm/2719/testcase b/dvm/2719/testcase new file mode 100755 index 0000000..fde2977 --- /dev/null +++ b/dvm/2719/testcase @@ -0,0 +1,7 @@ +#!/bin/bash + +source $cwd/regression_helpers + +$GLUSTERFSDIR/gluster help | grep "volume top" | grep "volume top operations" 2>/dev/null 1>/dev/null; + +exit $? -- cgit