summaryrefslogtreecommitdiffstats
path: root/tests/basic/ec/ec-seek.t
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2019-10-10 09:37:24 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2019-10-14 11:26:56 +0000
commit2f43a1a4b567ec02ec03847b6eaec5ac59e68808 (patch)
treeede181ad3f1e3b44efd561dd81598abcb25ac5cd /tests/basic/ec/ec-seek.t
parentc2279f50178be4408a72c04fbbfd6ccc70c50996 (diff)
cluster/afr: Add afr_seek to fops table
fixes: bz#1760189 Change-Id: Iffbf8d6f4c50b8e2de8364658697bdbe96549f5d Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Diffstat (limited to 'tests/basic/ec/ec-seek.t')
-rw-r--r--tests/basic/ec/ec-seek.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/basic/ec/ec-seek.t b/tests/basic/ec/ec-seek.t
index 6a0060870c8..5a7d31b9f8f 100644
--- a/tests/basic/ec/ec-seek.t
+++ b/tests/basic/ec/ec-seek.t
@@ -6,7 +6,7 @@
cleanup
SEEK=$(dirname $0)/seek
-build_tester $(dirname $0)/seek.c -o ${SEEK}
+build_tester $(dirname $0)/../seek.c -o ${SEEK}
TEST glusterd
TEST pidof glusterd
@@ -51,6 +51,7 @@ EXPECT "^$((${BSIZE} * 5 + 512))$" ${SEEK} scan ${M0}/test hole $((${BSIZE} * 5
EXPECT "^ENXIO$" ${SEEK} scan ${M0}/test hole $((${BSIZE} * 5 + 512))
EXPECT "^ENXIO$" ${SEEK} scan ${M0}/test hole $((${BSIZE} * 6))
+rm -f ${SEEK}
cleanup
# Centos6 regression slaves seem to not support SEEK_DATA/SEEK_HOLE