diff options
author | Nick Terrell <terrelln@fb.com> | 2018-05-04 21:33:59 (GMT) |
---|---|---|
committer | Nick Terrell <terrelln@fb.com> | 2018-05-04 21:33:59 (GMT) |
commit | 3e7fa1b14d9a5fc7f10c36231ef5cd2ba3ac7350 (patch) | |
tree | 0b5439e675c72577ead03358ae3db61531d61c80 /tests/test_install.sh | |
parent | a7cc0b590a634e3c2612976c1dc83e74f8448d43 (diff) | |
download | lz4-3e7fa1b14d9a5fc7f10c36231ef5cd2ba3ac7350.zip lz4-3e7fa1b14d9a5fc7f10c36231ef5cd2ba3ac7350.tar.gz lz4-3e7fa1b14d9a5fc7f10c36231ef5cd2ba3ac7350.tar.bz2 |
Attempt to fix travis
Diffstat (limited to 'tests/test_install.sh')
-rwxr-xr-x | tests/test_install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_install.sh b/tests/test_install.sh index 2e1a5a5..f9de402 100755 --- a/tests/test_install.sh +++ b/tests/test_install.sh @@ -2,7 +2,6 @@ set -e make="make -C $lz4_root" -$make CFLAGS=-O0 > /dev/null 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:]') |