Source-Changes-HG archive

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

[src/netbsd-8]: src/tests/lib/libc/stdlib Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/10aa634e8be4
branches:  netbsd-8
changeset: 850999:10aa634e8be4
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Sep 01 08:49:03 2017 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #255):
        tests/lib/libc/stdlib/t_atexit.sh: revision 1.2
Reference correct binary in error messages.

diffstat:

 tests/lib/libc/stdlib/t_atexit.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6b65d9ed5dfb -r 10aa634e8be4 tests/lib/libc/stdlib/t_atexit.sh
--- a/tests/lib/libc/stdlib/t_atexit.sh Fri Sep 01 08:45:42 2017 +0000
+++ b/tests/lib/libc/stdlib/t_atexit.sh Fri Sep 01 08:49:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_atexit.sh,v 1.1 2011/01/12 19:44:08 pgoyette Exp $
+# $NetBSD: t_atexit.sh,v 1.1.38.1 2017/09/01 08:49:03 martin Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -33,7 +33,7 @@
 atexit_body()
 {
        $(atf_get_srcdir)/h_atexit >out \
-               || atf_fail "h_exit failed, see output of the test for details"
+               || atf_fail "h_atexit failed, see output of the test for details"
 
        cat >exp <<EOF
 cxa_handler_5
@@ -45,7 +45,7 @@
 EOF
 
        diff -Nru exp out \
-               || atf_fail "h_exit failed, see output of the test for details"
+               || atf_fail "h_atexit failed, see output of the test for details"
 }
 
 atf_init_test_cases()



Home | Main Index | Thread Index | Old Index