summaryrefslogtreecommitdiffstats
path: root/tests/r_move_itable_realloc/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/r_move_itable_realloc/script')
-rw-r--r--tests/r_move_itable_realloc/script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/r_move_itable_realloc/script b/tests/r_move_itable_realloc/script
index 20c26db..49f8d58 100644
--- a/tests/r_move_itable_realloc/script
+++ b/tests/r_move_itable_realloc/script
@@ -1,5 +1,5 @@
os=$(uname -s)
-if [ "$os" = "Darwin" -o "$os" = "GNU" -o "FreeBSD" ]; then
+if [ "$os" = "Darwin" -o "$os" = "GNU" -o "$os" = "FreeBSD" ]; then
# creates a 96GB filesystem
echo "$test_name: $test_description: skipped: skipped for $os"
return 0