Source-Changes-HG archive

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

[src/trunk]: src/tests/ipf Use proper quoting for the expected-failure reason



details:   https://anonhg.NetBSD.org/src/rev/ffd13993c0f2
branches:  trunk
changeset: 783001:ffd13993c0f2
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Dec 01 04:43:44 2012 +0000

description:
Use proper quoting for the expected-failure reason

diffstat:

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

diffs (18 lines):

diff -r f6a96ef3618c -r ffd13993c0f2 tests/ipf/h_common.sh
--- a/tests/ipf/h_common.sh     Sat Dec 01 04:40:00 2012 +0000
+++ b/tests/ipf/h_common.sh     Sat Dec 01 04:43:44 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: h_common.sh,v 1.6 2012/11/30 14:46:48 pgoyette Exp $
+# $NetBSD: h_common.sh,v 1.7 2012/12/01 04:43:44 pgoyette Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -71,7 +71,7 @@
 
        atf_test_case "${name}"
        eval "${name}_body() { \
-               atf_expect_fail "${reason}"; \
+               atf_expect_fail '${reason}'; \
                ${check_function} '${name}' " "${@}" "; \
        }"
 }



Home | Main Index | Thread Index | Old Index