Module Name:    src
Committed By:   christos
Date:           Wed Apr  1 00:49:04 UTC 2020

Modified Files:
        src/tests/net: net_common.sh

Log Message:
Enforce a standard path


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/tests/net/net_common.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/net_common.sh
diff -u src/tests/net/net_common.sh:1.40 src/tests/net/net_common.sh:1.41
--- src/tests/net/net_common.sh:1.40	Mon Mar 30 09:01:39 2020
+++ src/tests/net/net_common.sh	Tue Mar 31 20:49:04 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: net_common.sh,v 1.40 2020/03/30 13:01:39 christos Exp $
+#	$NetBSD: net_common.sh,v 1.41 2020/04/01 00:49:04 christos Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -29,6 +29,8 @@
 # Common utility functions for tests/net
 #
 
+export PATH="/sbin:/usr/sbin:/bin:/usr/bin"
+
 HIJACKING="env LD_PRELOAD=/usr/lib/librumphijack.so \
     RUMPHIJACK=path=/rump,socket=all:nolocal,sysctl=yes"
 ONEDAYISH="(23h5[0-9]m|1d0h0m)[0-9]+s ?"

Reply via email to