Whamcloud - gitweb
tests: force test file systems to be built for the Linux OS
[tools/e2fsprogs.git] / tests / r_move_itable_realloc / script
index ae875e4..20c26db 100644 (file)
@@ -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