aboutsummaryrefslogtreecommitdiff
path: root/tests/r_move_itable_realloc/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/r_move_itable_realloc/script')
-rw-r--r--tests/r_move_itable_realloc/script11
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/r_move_itable_realloc/script b/tests/r_move_itable_realloc/script
index ae875e4a..20c26dbd 100644
--- a/tests/r_move_itable_realloc/script
+++ b/tests/r_move_itable_realloc/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: skipped for $os"
return 0
fi