[PATCH 3/5] unittest/udp: update test.x now that udp provider is present
Alan Maguire <[email protected]>
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Alan Maguire <[email protected]> --- test/unittest/udp/test.x | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/unittest/udp/test.x b/test/unittest/udp/test.x index d3d7a598..2ff8d675 100755 --- a/test/unittest/udp/test.x +++ b/test/unittest/udp/test.x @@ -1,14 +1,10 @@ #!/bin/bash # # Oracle Linux DTrace. -# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at # http://oss.oracle.com/licenses/upl. -if ! check_provider udp; then - echo "Could not load udp provider" - exit 1 -fi if ! perl -MIO::Socket::IP -e 'exit(0);' 2>/dev/null; then exit 1 fi -- 2.43.5