Source-Changes-HG archive

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

[src/trunk]: src/tests/util/make Correct a typo that creept in 4 weeks ago. ...



details:   https://anonhg.NetBSD.org/src/rev/5494b6d3554c
branches:  trunk
changeset: 760230:5494b6d3554c
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Dec 31 14:55:07 2010 +0000

description:
Correct a typo that creept in 4 weeks ago.  This removes the 1 "Bogus Test"
currently being reported.

diffstat:

 tests/util/make/t_make.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 1f98499179ce -r 5494b6d3554c tests/util/make/t_make.sh
--- a/tests/util/make/t_make.sh Fri Dec 31 14:54:55 2010 +0000
+++ b/tests/util/make/t_make.sh Fri Dec 31 14:55:07 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_make.sh,v 1.3 2010/12/03 01:29:55 christos Exp $
+# $NetBSD: t_make.sh,v 1.4 2010/12/31 14:55:07 pgoyette Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -85,5 +85,5 @@
        atf_add_test_case qequals
        atf_add_test_case ternary
        atf_add_test_case varcmd
-       atf_add_test_case unmathedvarparen
+       atf_add_test_case unmatchedvarparen
 }



Home | Main Index | Thread Index | Old Index