summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBimba Shrestha <bimbashrestha@fb.com>2019-10-04 16:29:58 (GMT)
committerBimba Shrestha <bimbashrestha@fb.com>2019-10-04 16:29:58 (GMT)
commitc0acce96c1c9034cddfe2fd82044b3023fa9de63 (patch)
tree5cec7be61659870a41abdefd4d57fc1882a329d9 /tests
parentb2c1fa8c5993b6d7f31ef580e343e23dea001865 (diff)
downloadlz4-c0acce96c1c9034cddfe2fd82044b3023fa9de63.zip
lz4-c0acce96c1c9034cddfe2fd82044b3023fa9de63.tar.gz
lz4-c0acce96c1c9034cddfe2fd82044b3023fa9de63.tar.bz2
Using instead of gmake (to address the travis failure)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install.sh b/tests/test_install.sh
index c400fb7..50567b7 100755
--- a/tests/test_install.sh
+++ b/tests/test_install.sh
@@ -1,7 +1,7 @@
#/usr/bin/env sh
set -e
-make="gmake -C $lz4_root"
+make="$(MAKE) -C $lz4_root"
for cmd in install uninstall; do
for upper in DUMMY PREFIX EXEC_PREFIX LIBDIR INCLUDEDIR PKGCONFIGDIR BINDIR MANDIR MAN1DIR ; do
lower=$(echo $upper | tr '[:upper:]' '[:lower:]')