summaryrefslogtreecommitdiff
path: root/tests/lib/libc/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/libc/stdlib')
-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()