about summary refs log tree commit homepage
path: root/t/t0003-working_directory.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0003-working_directory.sh')
-rwxr-xr-xt/t0003-working_directory.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t0003-working_directory.sh b/t/t0003-working_directory.sh
index 60b85f2..53345ae 100755
--- a/t/t0003-working_directory.sh
+++ b/t/t0003-working_directory.sh
@@ -1,5 +1,11 @@
 #!/bin/sh
+if test -n "$RBX_SKIP"
+then
+        echo "$0 is broken under Rubinius for now"
+        exit 0
+fi
 . ./test-lib.sh
+
 t_plan 4 "config.ru inside alt working_directory"
 
 t_begin "setup and start" && {