diff options
author | Shwetha K Acharya <sacharya@redhat.com> | 2020-01-14 08:26:12 +0530 |
---|---|---|
committer | Sunny Kumar <sunkumar@redhat.com> | 2020-04-09 11:02:51 +0000 |
commit | 82db4f23d201b1078129d083370563f68251d897 (patch) | |
tree | ed5b7e5b789f16afb3c0e1014fda824ab590adce /tests/env.rc.in | |
parent | 18f70e806bcef5a3680462a4dbb7061e5eceee1c (diff) |
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 <sacharya@redhat.com>
Diffstat (limited to 'tests/env.rc.in')
-rw-r--r-- | tests/env.rc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |