test: avoid /dev/full on AIX

dev
Clément Chigot 2021-08-02 16:02:39 +02:00
parent 399849e236
commit 6ef6cd7999
1 changed files with 1 additions and 1 deletions

View File

@ -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"