Module Name: src
Committed By: martin
Date: Fri Sep 1 08:49:03 UTC 2017
Modified Files:
src/tests/lib/libc/stdlib [netbsd-8]: t_atexit.sh
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.38.1 src/tests/lib/libc/stdlib/t_atexit.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/stdlib/t_atexit.sh
diff -u src/tests/lib/libc/stdlib/t_atexit.sh:1.1 src/tests/lib/libc/stdlib/t_atexit.sh:1.1.38.1
--- src/tests/lib/libc/stdlib/t_atexit.sh:1.1 Wed Jan 12 19:44:08 2011
+++ src/tests/lib/libc/stdlib/t_atexit.sh Fri Sep 1 08:49:03 2017
@@ -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_head()
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 @@ normal_handler_0
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()