Whamcloud - gitweb
tests: force test file systems to be built for the Linux OS
[tools/e2fsprogs.git] / tests / t_uninit_bg_rm / script
index 7b95710..66eb21c 100644 (file)
@@ -3,9 +3,10 @@ OUT=$test_name.log
 FSCK_OPT=-yf
 EXP=$test_dir/expect
 
-if [ $(uname -s) = "Darwin" ]; then
+os=$(uname -s)
+if [ "$os" = "Darwin" -o "$os" = "GNU" -o "FreeBSD" ]; then
        # creates a 10GB filesystem
-       echo "$test_name: $DESCRIPTION: skipped for HFS+ (no sparse files)"
+       echo "$test_name: $test_description: skipped for $os"
        return 0
 fi