]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
test: avoid /dev/full on AIX 2747/head
authorClément Chigot <clement.chigot@atos.net>
Mon, 2 Aug 2021 14:02:39 +0000 (16:02 +0200)
committerClément Chigot <clement.chigot@atos.net>
Fri, 13 Aug 2021 08:25:50 +0000 (10:25 +0200)
tests/playTests.sh

index d83001fee49532f4da1077947cd33b4538720102..26c2ddaa775d504fccc2ae3a49f2f3a8d93b8b8d 100755 (executable)
@@ -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"