Source-Changes-HG archive

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

[src/trunk]: src/tests/bin/sh Avoid leaving turds in /tmp. (from kre@)



details:   https://anonhg.NetBSD.org/src/rev/caf3208d3240
branches:  trunk
changeset: 344471:caf3208d3240
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 31 16:22:54 2016 +0000

description:
Avoid leaving turds in /tmp. (from kre@)

diffstat:

 tests/bin/sh/t_wait.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 79376167fdc1 -r caf3208d3240 tests/bin/sh/t_wait.sh
--- a/tests/bin/sh/t_wait.sh    Thu Mar 31 16:22:27 2016 +0000
+++ b/tests/bin/sh/t_wait.sh    Thu Mar 31 16:22:54 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_wait.sh,v 1.7 2016/03/27 14:50:40 christos Exp $
+# $NetBSD: t_wait.sh,v 1.8 2016/03/31 16:22:54 christos Exp $
 #
 # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -147,7 +147,7 @@
        atf_require_prog kill
 
        s=killhelper.sh
-       z=/tmp/killhelper.$$ 
+       z=killhelper.$$ 
        pid=
 
        # waiting for a specific process that is not a child



Home | Main Index | Thread Index | Old Index