summaryrefslogtreecommitdiffstats
path: root/tests/env.rc.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env.rc.in')
-rw-r--r--tests/env.rc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/env.rc.in b/tests/env.rc.in
new file mode 100644
index 00000000000..000a80f18fb
--- /dev/null
+++ b/tests/env.rc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+
+PATH=@sbindir@:$PATH
+export PATH
+
+LD_LIBRARY_PATH=@libdir@:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
+
+GLUSTERD_WORKDIR=@GLUSTERD_WORKDIR@
+export GLUSTERD_WORKDIR \ No newline at end of file