Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/pr Fix same copy-paste error here. (Why atf(7)...



details:   https://anonhg.NetBSD.org/src/rev/b273f00fe7c9
branches:  trunk
changeset: 764770:b273f00fe7c9
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue May 03 14:26:11 2011 +0000

description:
Fix same copy-paste error here. (Why atf(7) does not warn about these?)

diffstat:

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

diffs (20 lines):

diff -r 7928fc622156 -r b273f00fe7c9 tests/usr.bin/pr/t_basic.sh
--- a/tests/usr.bin/pr/t_basic.sh       Tue May 03 14:11:51 2011 +0000
+++ b/tests/usr.bin/pr/t_basic.sh       Tue May 03 14:26:11 2011 +0000
@@ -1,6 +1,6 @@
 #! /usr/bin/atf-sh
 #
-# $NetBSD: t_basic.sh,v 1.1 2011/05/03 08:36:15 jruoho Exp $
+# $NetBSD: t_basic.sh,v 1.2 2011/05/03 14:26:11 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 pr(1)"
 }
 



Home | Main Index | Thread Index | Old Index