summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBimba Shrestha <bimbashrestha@fb.com>2019-10-07 15:12:42 (GMT)
committerBimba Shrestha <bimbashrestha@fb.com>2019-10-07 15:12:42 (GMT)
commitdcdb9c73c02cdb5f6d4d7498bbf807cfd71aff84 (patch)
tree3ab13efe27f48bb3579f2eaee9ac9b2c26c3df96 /tests
parent77e6ff11609caab0df61fc3f2a85e3f325a84806 (diff)
downloadlz4-dcdb9c73c02cdb5f6d4d7498bbf807cfd71aff84.zip
lz4-dcdb9c73c02cdb5f6d4d7498bbf807cfd71aff84.tar.gz
lz4-dcdb9c73c02cdb5f6d4d7498bbf807cfd71aff84.tar.bz2
Adding unamestr var
Diffstat (limited to 'tests')
-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