summaryrefslogtreecommitdiffstats
path: root/tests/r_bigalloc_big_expand/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/r_bigalloc_big_expand/script')
-rw-r--r--tests/r_bigalloc_big_expand/script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/r_bigalloc_big_expand/script b/tests/r_bigalloc_big_expand/script
index 101aafb..bd42178 100644
--- a/tests/r_bigalloc_big_expand/script
+++ b/tests/r_bigalloc_big_expand/script
@@ -12,7 +12,7 @@ E2FSCK=../e2fsck/e2fsck
RESIZE2FS_OPTS=-f
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 $os"
return 0