Source-Changes-HG archive

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

[src/trunk]: src/tests/ipf fix typo in previous - missing quote



details:   https://anonhg.NetBSD.org/src/rev/8431db2c4edc
branches:  trunk
changeset: 782980:8431db2c4edc
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Nov 29 18:54:43 2012 +0000

description:
fix typo in previous - missing quote

diffstat:

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

diffs (18 lines):

diff -r 8fef07c3a3be -r 8431db2c4edc tests/ipf/h_common.sh
--- a/tests/ipf/h_common.sh     Thu Nov 29 18:48:26 2012 +0000
+++ b/tests/ipf/h_common.sh     Thu Nov 29 18:54:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: h_common.sh,v 1.4 2012/11/29 17:10:21 pgoyette Exp $
+# $NetBSD: h_common.sh,v 1.5 2012/11/29 18:54:43 pgoyette Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -67,7 +67,7 @@
 {
        local name="${1}"; shift
        local check_function="${1}"; shift
-       local reason="${1}; shift
+       local reason="${1}"; shift
 
        atf_test_case "${name}"
        eval "${name}_body() { \



Home | Main Index | Thread Index | Old Index