From 99b3ab0cf3d3389a2ff89c29cfff906cd36693a3 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 11 Jan 2019 11:57:07 +0530 Subject: tests: run nfs tests only if --enable-gnfs is provided Fixes: bz#1665358 Change-Id: Idbf88ec3ac683733b32c313377eeb72f2819bf0d Signed-off-by: Amar Tumballi --- tests/gfid2path/gfid2path_nfs.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gfid2path/gfid2path_nfs.t') diff --git a/tests/gfid2path/gfid2path_nfs.t b/tests/gfid2path/gfid2path_nfs.t index 969aa484b82..d1ea7df2f4d 100644 --- a/tests/gfid2path/gfid2path_nfs.t +++ b/tests/gfid2path/gfid2path_nfs.t @@ -4,6 +4,8 @@ . $(dirname $0)/../volume.rc . $(dirname $0)/../nfs.rc +#G_TESTDEF_TEST_STATUS_CENTOS6=NFS_TEST + cleanup; XXHSUM_SOURCE="$(dirname $0)/../../contrib/xxhash/xxhsum.c $(dirname $0)/../../contrib/xxhash/xxhash.c" -- cgit