diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2013-02-21 16:22:38 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-02-21 06:26:42 -0800 |
commit | 673287ae4d265f67a445dedb8ace38b06e72dff7 (patch) | |
tree | debc96cec8da4e81f925b5c7406d5eb93410e07e /tests/bugs | |
parent | 96c61c5512daca3b9f67aec612a53241572fabbf (diff) |
glusterd: use gf_strdup() in place of strdup()
Change-Id: Idee71019dbc6eeaa0a808d671b29d6f3038a1a89
BUG: 913487
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/4562
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/bug-913487.t | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/bugs/bug-913487.t b/tests/bugs/bug-913487.t new file mode 100644 index 00000000000..2095903d9d2 --- /dev/null +++ b/tests/bugs/bug-913487.t @@ -0,0 +1,14 @@ +#!/bin/bash + +. $(dirname $0)/../include.rc + +cleanup; + +TEST glusterd; +TEST pidof glusterd; + +TEST ! $CLI volume set $V0 performance.open-behind off; + +TEST pidof glusterd; + +cleanup; |