diff options
-rw-r--r-- | tests/client.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/client.php b/tests/client.php index 1f1d21b1..31caa410 100644 --- a/tests/client.php +++ b/tests/client.php @@ -26,11 +26,10 @@ switch ($goridge) { null, Goridge\SocketRelay::SOCK_UNIX ); - break; default: die("invalid protocol selection"); } -require_once sprintf("%s/%s.php", __DIR__, $test);
\ No newline at end of file +require_once sprintf("%s/%s.php", __DIR__, $test); |