Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net Enforce a standard path



details:   https://anonhg.NetBSD.org/src/rev/99aea77d1ac3
branches:  trunk
changeset: 850300:99aea77d1ac3
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 01 00:49:04 2020 +0000

description:
Enforce a standard path

diffstat:

 tests/net/net_common.sh |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 21ab60b1e4e8 -r 99aea77d1ac3 tests/net/net_common.sh
--- a/tests/net/net_common.sh   Wed Apr 01 00:07:04 2020 +0000
+++ b/tests/net/net_common.sh   Wed Apr 01 00:49:04 2020 +0000
@@ -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 ?"



Home | Main Index | Thread Index | Old Index