Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/stdlib Reference correct binary in error mess...
details: https://anonhg.NetBSD.org/src/rev/75a3714d7bb6
branches: trunk
changeset: 355046:75a3714d7bb6
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Jul 10 21:43:33 2017 +0000
description:
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 28a7b1e9a2d8 -r 75a3714d7bb6 tests/lib/libc/stdlib/t_atexit.sh
--- a/tests/lib/libc/stdlib/t_atexit.sh Mon Jul 10 10:35:07 2017 +0000
+++ b/tests/lib/libc/stdlib/t_atexit.sh Mon Jul 10 21:43:33 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.2 2017/07/10 21:43:33 joerg 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