aboutsummaryrefslogtreecommitdiff
path: root/tests/r_move_itable_nostride/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/r_move_itable_nostride/script')
-rw-r--r--tests/r_move_itable_nostride/script11
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/r_move_itable_nostride/script b/tests/r_move_itable_nostride/script
index 08940f61..d24df22a 100644
--- a/tests/r_move_itable_nostride/script
+++ b/tests/r_move_itable_nostride/script
@@ -1,12 +1,7 @@
-if [ $(uname -s) = "FreeBSD" ]; then
- # creates a 96GB filesystem
- echo "$test_name: $DESCRIPTION: skipped for FreeBSD (no sparse files)"
- return 0
-fi
-
-if [ $(uname -s) = "Darwin" ]; then
+os=$(uname -s)
+if [ "$os" = "Darwin" -o "$os" = "GNU" -o "FreeBSD" ]; then
# creates a 96GB filesystem
- echo "$test_name: $DESCRIPTION: skipped for HFS+ (no sparse files)"
+ echo "$test_name: $test_description: skipped for $os"
return 0
fi