aboutsummaryrefslogtreecommitdiff
path: root/tests/r_64bit_big_expand/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/r_64bit_big_expand/script')
-rw-r--r--tests/r_64bit_big_expand/script5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/r_64bit_big_expand/script b/tests/r_64bit_big_expand/script
index 3e5bdf25..d1bf8cdb 100644
--- a/tests/r_64bit_big_expand/script
+++ b/tests/r_64bit_big_expand/script
@@ -10,9 +10,10 @@ SIZE_2=2T
LOG=$test_name.log
E2FSCK=../e2fsck/e2fsck
-if [ $(uname -s) = "FreeBSD" ]; then
+os=$(uname -s)
+if [ "$os" = "Darwin" -o "$os" = "GNU" -o "FreeBSD" ]; then
# creates a 2TB filesystem
- echo "$test_name: $DESCRIPTION: skipped for FreeBSD"
+ echo "$test_name: $test_description: skipped for $os"
return 0
fi