Source-Changes-HG archive

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

[src/trunk]: src/tests/bin/sh undo accidental commit



details:   https://anonhg.NetBSD.org/src/rev/9a34a3caf0b7
branches:  trunk
changeset: 343655:9a34a3caf0b7
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 19 13:49:01 2016 +0000

description:
undo accidental commit

diffstat:

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

diffs (18 lines):

diff -r 337271c3fa9f -r 9a34a3caf0b7 tests/bin/sh/t_expand.sh
--- a/tests/bin/sh/t_expand.sh  Fri Feb 19 13:48:28 2016 +0000
+++ b/tests/bin/sh/t_expand.sh  Fri Feb 19 13:49:01 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_expand.sh,v 1.3 2016/02/19 13:48:28 christos Exp $
+# $NetBSD: t_expand.sh,v 1.4 2016/02/19 13:49:01 christos Exp $
 #
 # Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -91,7 +91,7 @@
 strip_body() {
        line='#define bindir "/usr/bin" /* comment */'
        stripped='#define bindir "/usr/bin" '
-#      atf_expect_fail "PR bin/43469"
+       atf_expect_fail "PR bin/43469"
        atf_check_equal '$stripped' '${line%%/\**}'
 }
 



Home | Main Index | Thread Index | Old Index