mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
tests: remove IRIX support from tests also supported on Linux
Many tests claimed (via _supported_os) to work on both Linux and IRIX. Since IRIX is no longer supported by xfstests, update these to claim Linux support only. Then remove any obvious IRIX-specific logic in the tests, and any IRIX-specific golden output files. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -252,7 +252,6 @@ fi
|
||||
#
|
||||
|
||||
case $(uname -s) in
|
||||
IRIX | IRIX64 ) dfOpts="-Pb" ;;
|
||||
Linux) dfOpts="-P" ;;
|
||||
*) dfOpts="-PB" ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user