Skip to content

Commit

Permalink
tests: Fix build error. Set TESTS_SH correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
msaitoh committed Oct 4, 2024
1 parent f236d17 commit ebd0c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/kernel/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.80 2024/10/03 17:11:14 christos Exp $
# $NetBSD: Makefile,v 1.81 2024/10/04 05:56:03 msaitoh Exp $

NOMAN= # defined

Expand Down Expand Up @@ -32,7 +32,7 @@ TESTS_C+= t_unmount
.endif
TESTS_C+= t_zombie

TESTS_SH+= t_fexecve
TESTS_SH= t_fexecve
TESTS_SH+= t_fpufork
TESTS_SH+= t_interp
TESTS_SH+= t_magic_symlinks
Expand All @@ -45,7 +45,7 @@ TESTS_SH+= t_simplehook
.endif
TESTS_SH+= t_trapsignal
TESTS_SH+= t_umountstress
TESTS_SH= t_umount
TESTS_SH+= t_umount

BINDIR= ${TESTSDIR}
PROGS= h_fexecve
Expand Down

0 comments on commit ebd0c81

Please sign in to comment.