undo accidental commit

This commit is contained in:
christos 2016-02-19 13:49:01 +00:00
parent 64d8e9d299
commit dd7e4e3700
1 changed files with 2 additions and 2 deletions

View File

@ -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_head() {
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%%/\**}'
}