From 22e9b677feacabe976a311df09ac68a4521ad0e7 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 24 Feb 2016 14:42:50 +0000 Subject: [PATCH] uncomment clean up --- tests/bin/sh/t_wait.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bin/sh/t_wait.sh b/tests/bin/sh/t_wait.sh index a894cd2f4616..c1b1563d26db 100644 --- a/tests/bin/sh/t_wait.sh +++ b/tests/bin/sh/t_wait.sh @@ -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 @@ EOF 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