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.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t0003-working_directory.sh b/t/t0003-working_directory.sh
index 3faa6c0..60b85f2 100755
--- a/t/t0003-working_directory.sh
+++ b/t/t0003-working_directory.sh
@@ -8,9 +8,6 @@ t_begin "setup and start" && {
         rm -rf $t_pfx.app
         mkdir $t_pfx.app
 
-        port=$(expr $listen : '[^:]*:\([0-9]\+\)')
-        host=$(expr $listen : '\([^:]*\):[0-9]\+')
-
         cat > $t_pfx.app/config.ru <<EOF
 #\--daemonize --host $host --port $port
 use Rack::ContentLength