[DTrace-devel] [PATCH 3/5] unittest/udp: update test.x now that udp provider is present
Alan Maguire
alan.maguire at oracle.com
Fri Aug 22 18:16:27 UTC 2025
Signed-off-by: Alan Maguire <alan.maguire at oracle.com>
---
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
More information about the DTrace-devel
mailing list