Skip to content

Commit 768ce47

Browse files
Ryan Moellerbehlendorf
authored andcommitted
Fix usage of find in tests/Makefile.am
The path is not optional on FreeBSD. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Tony Nguyen <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #12453
1 parent cdca099 commit 768ce47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ SUBDIRS = runfiles test-runner zfs-tests
44

55
EXTRA_DIST = README.md
66

7-
SHELLCHECKSCRIPTS = $$(find -name '*.sh')
7+
SHELLCHECKSCRIPTS = $$(find . -name '*.sh')
88
.PHONY: $(SHELLCHECKSCRIPTS)

0 commit comments

Comments
 (0)