summaryrefslogtreecommitdiffstats
path: root/tests/bugs/cli/bug-921215.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/cli/bug-921215.t')
-rwxr-xr-xtests/bugs/cli/bug-921215.t13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/bugs/cli/bug-921215.t b/tests/bugs/cli/bug-921215.t
new file mode 100755
index 00000000000..02532562cff
--- /dev/null
+++ b/tests/bugs/cli/bug-921215.t
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# This is test case for bug no 921215 "Can not create volume with a . in the name"
+
+. $(dirname $0)/../../include.rc
+
+cleanup;
+
+TEST glusterd
+TEST pidof glusterd
+TEST ! $CLI volume create $V0.temp replica 2 $H0:$B0/${V0}0 $H0:$B0/${V0}1
+
+cleanup;