aboutsummaryrefslogtreecommitdiff
path: root/tests/t_uninit_bg_rm/script
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 00:58:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 00:58:13 +0000
commit815c62dd8fbeaa3900c35f78ebcc58212c51c0fd (patch)
tree1605641dff9d3858f2b1595d8885bb0fe9496f34 /tests/t_uninit_bg_rm/script
parentb87ec6ea4f276286383543522a5f7e3b73c7d85c (diff)
parent63687023fc2e8871a718cb4e18458eece2e3460c (diff)
downloade2fsprogs-815c62dd8fbeaa3900c35f78ebcc58212c51c0fd.tar.gz
Change-Id: I813a61d2f320785008db3b605d83c943577cd14f
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