libglvnd/tests/glxenv.sh
Kyle Brenneman 82413e05ff Use sh instead of bash for the test scripts.
Not all systems have bash available, and in those that do, we can't assume that
it's located at /bin/bash.
2018-03-26 14:41:05 -06:00

7 lines
164 B
Bash

#!/bin/sh
__GLX_VENDOR_LIBRARY_NAME=dummy
export __GLX_VENDOR_LIBRARY_NAME
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TOP_BUILDDIR/tests/dummy/.libs
export LD_LIBRARY_PATH