Skip to content
Snippets Groups Projects
Commit 6ef6cd79 authored by Clément Chigot's avatar Clément Chigot
Browse files

test: avoid /dev/full on AIX

parent 399849e2
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment