summaryrefslogtreecommitdiffstats
path: root/dvm/2140/testcase
blob: 34b7d5e96763a43929e30a4271035cdcbec073fb (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

source ./regression_helpers

$GLUSTERFSDIR/gluster volume delete $global_bug_id --mode=script | grep -i "exist" 2>/dev/null 1>/dev/null
exit $?;