summaryrefslogtreecommitdiffstats
path: root/tests/test_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_install.sh')
-rwxr-xr-xtests/test_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_install.sh b/tests/test_install.sh
index 0cdfd3b..ba87934 100755
--- a/tests/test_install.sh
+++ b/tests/test_install.sh
@@ -3,6 +3,7 @@ set -e
make="make -C $lz4_root"
+unamestr=$(uname)
if [ "$unamestr" = 'Linux' ]; then
make="make -C $lz4_root"
elif [ "$unamestr" = 'FreeBSD' ]; then