Module Name:    src
Committed By:   mrg
Date:           Sat Feb  9 02:36:28 UTC 2019

Modified Files:
        src/tests/usr.bin/cc: t_hello.sh

Log Message:
fix hello_profile's hello_profile_head function name.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/cc/t_hello.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/usr.bin/cc/t_hello.sh
diff -u src/tests/usr.bin/cc/t_hello.sh:1.7 src/tests/usr.bin/cc/t_hello.sh:1.8
--- src/tests/usr.bin/cc/t_hello.sh:1.7	Mon Sep  3 21:54:57 2018
+++ src/tests/usr.bin/cc/t_hello.sh	Sat Feb  9 02:36:28 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: t_hello.sh,v 1.7 2018/09/03 21:54:57 maya Exp $
+#	$NetBSD: t_hello.sh,v 1.8 2019/02/09 02:36:28 mrg Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -32,7 +32,7 @@ hello_head() {
 }
 
 atf_test_case hello_profile
-hello_head() {
+hello_profile_head() {
 	atf_set "descr" "compile and run \"hello world\" with profiling option"
 	atf_set "require.progs" "cc"
 }

Reply via email to