summaryrefslogtreecommitdiffstats
path: root/117/regr/testcase
diff options
context:
space:
mode:
Diffstat (limited to '117/regr/testcase')
-rwxr-xr-x117/regr/testcase19
1 files changed, 0 insertions, 19 deletions
diff --git a/117/regr/testcase b/117/regr/testcase
deleted file mode 100755
index 8747633..0000000
--- a/117/regr/testcase
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-description="# (117) Wrong command line does not throw error"
-comments="# Whenever glusterfs is not started, exit status should not be 0"
-
-source ../../init
-
-start_glusterfs --no-clients
-
-$GLUSTERFS -f $SPECDIR/client1.vol $LOGDIR/$(hostname)-client1.log $MOUNTDIR/client1 2> /dev/null
-
-if [ $? -ne 0 ];then
- not_ok $description
- comment $comments
-else
- ok $description
-fi
-
-cleanup_glusterfs \ No newline at end of file