Skip test for unix requiring root perms.
authorpatthoyts <patthoyts>
Tue, 4 Mar 2003 02:05:10 +0000 (02:05 +0000)
committerpatthoyts <patthoyts>
Tue, 4 Mar 2003 02:05:10 +0000 (02:05 +0000)
tests/udp.test

index ad900e66a73315557a33f11c115e2fc25fde76bd..2bcc8f933241e54463ecf633335c6eeab913bfb5 100644 (file)
@@ -84,7 +84,7 @@ test udp-2.1 {udp_conf using service number} {
         set r} msg] $msg
 } {0 {localhost 123}}
 
-test udp-2.2 {udp_open on named port} {
+test udp-2.2 {udp_open on named port} windows {
     list [catch {
         set port ntp
         set s [udp_open $port]