Module Name: src
Committed By: christos
Date: Fri Feb 19 13:49:01 UTC 2016
Modified Files:
src/tests/bin/sh: t_expand.sh
Log Message:
undo accidental commit
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/bin/sh/t_expand.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_expand.sh
diff -u src/tests/bin/sh/t_expand.sh:1.3 src/tests/bin/sh/t_expand.sh:1.4
--- src/tests/bin/sh/t_expand.sh:1.3 Fri Feb 19 08:48:28 2016
+++ src/tests/bin/sh/t_expand.sh Fri Feb 19 08:49:01 2016
@@ -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%%/\**}'
}