Module Name:    src
Committed By:   pgoyette
Date:           Sat Jun  4 20:32:49 UTC 2022

Modified Files:
        src/tests/lib/libc/kevent_nullmnt: t_nullmnt.sh

Log Message:
Fix syntax error


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/kevent_nullmnt/t_nullmnt.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/lib/libc/kevent_nullmnt/t_nullmnt.sh
diff -u src/tests/lib/libc/kevent_nullmnt/t_nullmnt.sh:1.4 src/tests/lib/libc/kevent_nullmnt/t_nullmnt.sh:1.5
--- src/tests/lib/libc/kevent_nullmnt/t_nullmnt.sh:1.4	Mon May 30 14:28:31 2022
+++ src/tests/lib/libc/kevent_nullmnt/t_nullmnt.sh	Sat Jun  4 20:32:49 2022
@@ -78,9 +78,9 @@ nullmnt_lower_lower_body()
 {
 	nullmnt_common lower_dir lower_dir
 } 
-nullmnt_lower_lower_cleanup
+nullmnt_lower_lower_cleanup()
 {
-	nullmnt_common_cleanup()
+	nullmnt_common_cleanup
 }
 
 atf_init_test_cases()

Reply via email to