From: Clément Chigot Date: Mon, 2 Aug 2021 14:02:39 +0000 (+0200) Subject: test: avoid /dev/full on AIX X-Git-Tag: v1.5.1~1^2~84^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2747%2Fhead;p=thirdparty%2Fzstd.git test: avoid /dev/full on AIX --- diff --git a/tests/playTests.sh b/tests/playTests.sh index d83001fee..26c2ddaa7 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -810,7 +810,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"