Source-Changes-HG archive

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

[src/trunk]: src/tests/bin/sh uncomment clean up



details:   https://anonhg.NetBSD.org/src/rev/1023da410a62
branches:  trunk
changeset: 813883:1023da410a62
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 24 14:42:50 2016 +0000

description:
uncomment clean up

diffstat:

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

diffs (18 lines):

diff -r 6a68d6e05322 -r 1023da410a62 tests/bin/sh/t_wait.sh
--- a/tests/bin/sh/t_wait.sh    Wed Feb 24 14:42:06 2016 +0000
+++ b/tests/bin/sh/t_wait.sh    Wed Feb 24 14:42:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_wait.sh,v 1.4 2016/02/24 14:42:06 christos Exp $
+# $NetBSD: t_wait.sh,v 1.5 2016/02/24 14:42:50 christos Exp $
 #
 # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -89,7 +89,7 @@
        wait
 
        output="$(cat $z | tr '\n' ' ')"
-       # rm -f $s $z
+       rm -f $s $z
        if [ "$output" != "SIGHUP 129 3 127 " ]; then
                atf_fail "${output} != 'SIGHUP 129 '"
        fi



Home | Main Index | Thread Index | Old Index