aboutsummaryrefslogtreecommitdiff
path: root/tests/t_uninit_bg_rm/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t_uninit_bg_rm/script')
-rw-r--r--tests/t_uninit_bg_rm/script5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/t_uninit_bg_rm/script b/tests/t_uninit_bg_rm/script
index 7b95710d..66eb21c7 100644
--- a/tests/t_uninit_bg_rm/script
+++ b/tests/t_uninit_bg_rm/script
@@ -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