summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2017-07-10 21:43:33 +0000
committerjoerg <joerg@NetBSD.org>2017-07-10 21:43:33 +0000
commitf64b2f5347e46d4572c30d5bfcbb0dbb26f293cd (patch)
tree4e4c62d661709e40202dd1f1c1c2c81264d94199 /tests/lib
parente6f96d200b5950335c432356fe4aac0c5866ba7a (diff)
Reference correct binary in error messages.
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/libc/stdlib/t_atexit.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib/libc/stdlib/t_atexit.sh b/tests/lib/libc/stdlib/t_atexit.sh
index d11268bed09..8f5fea5d8f5 100644
--- a/tests/lib/libc/stdlib/t_atexit.sh
+++ b/tests/lib/libc/stdlib/t_atexit.sh
@@ -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.2 2017/07/10 21:43:33 joerg 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()