From f64b2f5347e46d4572c30d5bfcbb0dbb26f293cd Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 10 Jul 2017 21:43:33 +0000 Subject: Reference correct binary in error messages. --- tests/lib/libc/stdlib/t_atexit.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/lib/libc/stdlib') 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 <