Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/kernel t_fexecve.sh: fix head() function definitions o...
details: https://anonhg.NetBSD.org/src/rev/2f6bed4527dc
branches: trunk
changeset: 374560:2f6bed4527dc
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Thu May 04 00:02:10 2023 +0000
description:
t_fexecve.sh: fix head() function definitions of test cases
diffstat:
tests/kernel/t_fexecve.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6348c87b5af2 -r 2f6bed4527dc tests/kernel/t_fexecve.sh
--- a/tests/kernel/t_fexecve.sh Wed May 03 13:49:29 2023 +0000
+++ b/tests/kernel/t_fexecve.sh Thu May 04 00:02:10 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_fexecve.sh,v 1.1 2019/09/15 16:53:58 christos Exp $
+# $NetBSD: t_fexecve.sh,v 1.2 2023/05/04 00:02:10 gutteridge Exp $
#
# Copyright (c) 2019 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -31,7 +31,7 @@
HELPER=$(atf_get_srcdir)/h_fexecve
atf_test_case fexecve_elf
-fexecve_elf()
+fexecve_elf_head()
{
atf_set "descr" "Test fexecve with ELF executables"
}
@@ -50,7 +50,7 @@ EOF
}
atf_test_case fexecve_script
-fexecve_script()
+fexecve_script_head()
{
atf_set "descr" "Test fexecve with a shell script"
}
Home |
Main Index |
Thread Index |
Old Index