Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/kevent_nullmnt Fix syntax error



details:   https://anonhg.NetBSD.org/src/rev/fa1f6123531c
branches:  trunk
changeset: 366647:fa1f6123531c
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jun 04 20:32:49 2022 +0000

description:
Fix syntax error

diffstat:

 tests/lib/libc/kevent_nullmnt/t_nullmnt.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r d18bd3640f81 -r fa1f6123531c tests/lib/libc/kevent_nullmnt/t_nullmnt.sh
--- a/tests/lib/libc/kevent_nullmnt/t_nullmnt.sh        Sat Jun 04 20:12:10 2022 +0000
+++ b/tests/lib/libc/kevent_nullmnt/t_nullmnt.sh        Sat Jun 04 20:32:49 2022 +0000
@@ -78,9 +78,9 @@
 {
        nullmnt_common lower_dir lower_dir
 } 
-nullmnt_lower_lower_cleanup
+nullmnt_lower_lower_cleanup()
 {
-       nullmnt_common_cleanup()
+       nullmnt_common_cleanup
 }
 
 atf_init_test_cases()



Home | Main Index | Thread Index | Old Index