Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/regex Fix typo that got lost between my trial...



details:   https://anonhg.NetBSD.org/src/rev/13cfe9f1cf40
branches:  trunk
changeset: 760608:13cfe9f1cf40
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jan 09 05:44:46 2011 +0000

description:
Fix typo that got lost between my trial build and the final commit

diffstat:

 tests/lib/libc/regex/t_regex.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4e485522fbd1 -r 13cfe9f1cf40 tests/lib/libc/regex/t_regex.in
--- a/tests/lib/libc/regex/t_regex.in   Sun Jan 09 05:06:17 2011 +0000
+++ b/tests/lib/libc/regex/t_regex.in   Sun Jan 09 05:44:46 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_regex.in,v 1.1 2011/01/08 18:10:31 pgoyette Exp $
+# $NetBSD: t_regex.in,v 1.2 2011/01/09 05:44:46 pgoyette Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -27,7 +27,7 @@
 
 h_check()
 {
-       prog="$(atf_get_srcdir)/h_re"
+       prog="$(atf_get_srcdir)/h_regex"
        data="$(atf_get_srcdir)/data/$1.in"
 
        atf_check -x "${prog} <${data}"



Home | Main Index | Thread Index | Old Index