aboutsummaryrefslogtreecommitdiff
path: root/tests/r_ext4_big_expand/script
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:34 +0000
commit8e8408c65078c4f4c171e5cc2b567d6705bed024 (patch)
tree1605641dff9d3858f2b1595d8885bb0fe9496f34 /tests/r_ext4_big_expand/script
parent037a031cb6f2d5e4575a3028e3c7135c59ee805a (diff)
parent63687023fc2e8871a718cb4e18458eece2e3460c (diff)
downloade2fsprogs-8e8408c65078c4f4c171e5cc2b567d6705bed024.tar.gz
Change-Id: Ib8f5c32e208ea07a1c7814b337878a6d47c59923
Diffstat (limited to 'tests/r_ext4_big_expand/script')
-rw-r--r--tests/r_ext4_big_expand/script5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/r_ext4_big_expand/script b/tests/r_ext4_big_expand/script
index c081d447..a49e4c3a 100644
--- a/tests/r_ext4_big_expand/script
+++ b/tests/r_ext4_big_expand/script
@@ -10,9 +10,10 @@ SIZE_2=2T
LOG=$test_name.log
E2FSCK=../e2fsck/e2fsck
-if [ $(uname -s) = "FreeBSD" ]; then
+os=$(uname -s)
+if [ "$os" = "Darwin" -o "$os" = "GNU" -o "FreeBSD" ]; then
# creates a 2TB filesystem
- echo "$test_name: $DESCRIPTION: skipped for FreeBSD"
+ echo "$test_name: $test_description: skipped for FreeBSD"
return 0
fi