Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/unifdef Fix copy-paste error.



details:   https://anonhg.NetBSD.org/src/rev/fffe10772016
branches:  trunk
changeset: 764764:fffe10772016
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue May 03 12:54:48 2011 +0000

description:
Fix copy-paste error.

diffstat:

 tests/usr.bin/unifdef/t_basic.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9ccbd40bf7c2 -r fffe10772016 tests/usr.bin/unifdef/t_basic.sh
--- a/tests/usr.bin/unifdef/t_basic.sh  Tue May 03 09:36:24 2011 +0000
+++ b/tests/usr.bin/unifdef/t_basic.sh  Tue May 03 12:54:48 2011 +0000
@@ -1,6 +1,6 @@
 #! /usr/bin/atf-sh
 #
-# $NetBSD: t_basic.sh,v 1.1 2011/05/03 07:23:19 jruoho Exp $
+# $NetBSD: t_basic.sh,v 1.2 2011/05/03 12:54:48 jruoho Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -31,7 +31,7 @@
 #
 
 atf_test_case basic
-nonexistent_head() {
+basic_head() {
        atf_set "descr" "A basic test of unifdef(1)"
 }
 



Home | Main Index | Thread Index | Old Index