Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/printf Correct a typo. It is atf_require_pro...



details:   https://anonhg.NetBSD.org/src/rev/00f5065e0d71
branches:  trunk
changeset: 457804:00f5065e0d71
user:      kre <kre%NetBSD.org@localhost>
date:      Sun Jul 21 15:00:18 2019 +0000

description:
Correct a typo.   It is atf_require_prog not atf_require_pfog ...

diffstat:

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

diffs (18 lines):

diff -r 6a600444d889 -r 00f5065e0d71 tests/usr.bin/printf/t_builtin.sh
--- a/tests/usr.bin/printf/t_builtin.sh Sun Jul 21 12:23:18 2019 +0000
+++ b/tests/usr.bin/printf/t_builtin.sh Sun Jul 21 15:00:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_builtin.sh,v 1.4 2018/09/14 19:52:23 kre Exp $
+# $NetBSD: t_builtin.sh,v 1.5 2019/07/21 15:00:18 kre Exp $
 #
 # Copyright (c) 2018 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -55,7 +55,7 @@
        case "$*" in
        *\'*)
                $Running_under_ATF && atf_require_prog printf
-               $Running_under_ATF && atf_require_pfog sed
+               $Running_under_ATF && atf_require_prog sed
                ;;
        esac
 



Home | Main Index | Thread Index | Old Index