summaryrefslogtreecommitdiffstats
path: root/tests/r_ext4_big_expand/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/r_ext4_big_expand/script')
-rw-r--r--tests/r_ext4_big_expand/script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/r_ext4_big_expand/script b/tests/r_ext4_big_expand/script
index a49e4c3..4b0016c 100644
--- a/tests/r_ext4_big_expand/script
+++ b/tests/r_ext4_big_expand/script
@@ -11,9 +11,9 @@ LOG=$test_name.log
E2FSCK=../e2fsck/e2fsck
os=$(uname -s)
-if [ "$os" = "Darwin" -o "$os" = "GNU" -o "FreeBSD" ]; then
+if [ "$os" = "Darwin" -o "$os" = "GNU" -o "$os" = "FreeBSD" ]; then
# creates a 2TB filesystem
- echo "$test_name: $test_description: skipped for FreeBSD"
+ echo "$test_name: $test_description: skipped for $os"
return 0
fi