summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-834465.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-834465.t')
-rwxr-xr-xtests/bugs/bug-834465.t16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/bugs/bug-834465.t b/tests/bugs/bug-834465.t
index d2e5f47a3..af7f4bd12 100755
--- a/tests/bugs/bug-834465.t
+++ b/tests/bugs/bug-834465.t
@@ -9,14 +9,6 @@ TEST glusterd
TEST pidof glusterd
TEST $CLI volume info;
-function volinfo_field()
-{
- local vol=$1;
- local field=$2;
-
- $CLI volume info $vol | grep "^$field: " | sed 's/.*: //';
-}
-
TEST $CLI volume create $V0 $H0:$B0/brick1 $H0:$B0/brick2;
EXPECT 'Created' volinfo_field $V0 'Status';
@@ -34,14 +26,6 @@ then
nalloc1=`grep -A2 "fuse - usage-type 85" $sdump1 | grep num_allocs | cut -d '=' -f2`
fi
-function build_tester ()
-{
- local cfile=$1
- local fname=$(basename "$cfile")
- local execname=$(basename $fname ".c")
- gcc -g -o $(dirname $cfile)/$execname $cfile
-}
-
build_tester $(dirname $0)/bug-834465.c
TEST $(dirname $0)/bug-834465 $M0/testfile