Module Name: src
Committed By: pgoyette
Date: Thu Nov 29 18:54:43 UTC 2012
Modified Files:
src/tests/ipf: h_common.sh
Log Message:
fix typo in previous - missing quote
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/h_common.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/ipf/h_common.sh
diff -u src/tests/ipf/h_common.sh:1.4 src/tests/ipf/h_common.sh:1.5
--- src/tests/ipf/h_common.sh:1.4 Thu Nov 29 17:10:21 2012
+++ src/tests/ipf/h_common.sh Thu Nov 29 18:54:43 2012
@@ -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 @@ failing_test_case()
{
local name="${1}"; shift
local check_function="${1}"; shift
- local reason="${1}; shift
+ local reason="${1}"; shift
atf_test_case "${name}"
eval "${name}_body() { \