Skip to content

Commit

Permalink
Fix usage of find in tests/Makefile.am
Browse files Browse the repository at this point in the history
The path is not optional on FreeBSD.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes openzfs#12453
  • Loading branch information
Ryan Moeller authored and tonyhutter committed Sep 14, 2021
1 parent 477edd6 commit cc55271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ SUBDIRS = runfiles test-runner zfs-tests

EXTRA_DIST = README.md

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

0 comments on commit cc55271

Please sign in to comment.