Module Name:    src
Committed By:   christos
Date:           Thu Mar 31 16:22:54 UTC 2016

Modified Files:
        src/tests/bin/sh: t_wait.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/bin/sh/t_wait.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/bin/sh/t_wait.sh
diff -u src/tests/bin/sh/t_wait.sh:1.7 src/tests/bin/sh/t_wait.sh:1.8
--- src/tests/bin/sh/t_wait.sh:1.7	Sun Mar 27 10:50:40 2016
+++ src/tests/bin/sh/t_wait.sh	Thu Mar 31 12:22:54 2016
@@ -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 @@ kill_body() {
 	atf_require_prog kill
 
 	s=killhelper.sh
-	z=/tmp/killhelper.$$ 
+	z=killhelper.$$ 
 	pid=
 
 	# waiting for a specific process that is not a child

Reply via email to