From 82db4f23d201b1078129d083370563f68251d897 Mon Sep 17 00:00:00 2001 From: Shwetha K Acharya Date: Tue, 14 Jan 2020 08:26:12 +0530 Subject: Adding basic glusterfind test case This test case includes all the basic glusterfind scenarios. fixes: #1044 Change-Id: I6021443729e35769fe855c5cc41bb3fbc6365ef0 Signed-off-by: Shwetha K Acharya --- tests/env.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/env.rc.in') diff --git a/tests/env.rc.in b/tests/env.rc.in index c7472a7988d..0478d66aec6 100644 --- a/tests/env.rc.in +++ b/tests/env.rc.in @@ -2,7 +2,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -PATH=@sbindir@:$PATH +PATH=@bindir@:@sbindir@:$PATH export PATH GLUSTERD_PIDFILEDIR=@localstatedir@/run/gluster -- cgit