summaryrefslogtreecommitdiffstats
path: root/tests/m_hugefile/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/m_hugefile/script')
-rw-r--r--tests/m_hugefile/script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m_hugefile/script b/tests/m_hugefile/script
index fc1d115..3af4503 100644
--- a/tests/m_hugefile/script
+++ b/tests/m_hugefile/script
@@ -4,7 +4,7 @@ EXP=$test_dir/expect
CONF=$TMPFILE.conf
os=$(uname -s)
-if [ "$os" = "Darwin" -o "$os" = "GNU" -o "FreeBSD" ]; then
+if [ "$os" = "Darwin" -o "$os" = "GNU" -o "$os" = "FreeBSD" ]; then
# creates a 44GB filesystem
echo "$test_name: $test_description: skipped for $os"
return 0