[DTrace-devel] [PATCH 2/6] test: Correct long-standing dt_flags typo

Kris Van Hees kris.van.hees at oracle.com
Fri Oct 25 20:48:59 UTC 2024


On Fri, Sep 27, 2024 at 10:21:54PM -0400, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>

Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

> ---
>  test/unittest/ip/tst.ipv4localudp.sh | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/test/unittest/ip/tst.ipv4localudp.sh b/test/unittest/ip/tst.ipv4localudp.sh
> index 0e357c3d2..4ee584400 100755
> --- a/test/unittest/ip/tst.ipv4localudp.sh
> +++ b/test/unittest/ip/tst.ipv4localudp.sh
> @@ -1,7 +1,7 @@
>  #!/bin/bash
>  #
>  # Oracle Linux DTrace.
> -# Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
> +# Copyright (c) 2008, 2024, 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.
>  #
> @@ -33,7 +33,7 @@ fi
>  dtrace=$1
>  testdir="$(dirname $_test)"
>  local=127.0.0.1
> -$dtrace $dt_cflags -c "$testdir/perlping.pl udp $local" -qs /dev/stdin <<EOF
> +$dtrace $dt_flags -c "$testdir/perlping.pl udp $local" -qs /dev/stdin <<EOF
>  BEGIN
>  {
>  	send = receive = 0;
> -- 
> 2.43.5
> 



More information about the DTrace-devel mailing list