Merge pull request #2747 from Helflym/dev

Add AIX support in Makefile
This commit is contained in:
Yann Collet
2021-10-01 08:13:39 -07:00
committed by GitHub
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -811,7 +811,7 @@ rm -f ./*.tmp ./*.zstd
println "frame concatenation tests completed"
if [ "$isWindows" = false ] && [ "$UNAME" != 'SunOS' ] && [ "$UNAME" != "OpenBSD" ] ; then
if [ "$isWindows" = false ] && [ "$UNAME" != 'SunOS' ] && [ "$UNAME" != "OpenBSD" ] && [ "$UNAME" != "AIX" ]; then
println "\n**** flush write error test **** "
println "println foo | zstd > /dev/full"