summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-949298.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-949298.t')
-rw-r--r--tests/bugs/bug-949298.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/bugs/bug-949298.t b/tests/bugs/bug-949298.t
deleted file mode 100644
index 1394127ec57..00000000000
--- a/tests/bugs/bug-949298.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-. $(dirname $0)/../include.rc
-. $(dirname $0)/../volume.rc
-
-cleanup;
-TEST glusterd
-TEST pidof glusterd
-
-TEST $CLI --xml volume info $V0
-
-cleanup;