Skip to content

Commit 0847c00

Browse files
committed
Fix command-line directories acceptance by correct expansion.
1 parent 1183f68 commit 0847c00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/runtests.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ run_tests () {
175175
exit 1;
176176
fi
177177

178-
find "$*" -name test.hal -or -name test.sh -or -name test \
178+
find "$@" -name test.hal -or -name test.sh -or -name test \
179179
| sort > "$TMPDIR/alltests"
180180

181181
while read -r testname; do

0 commit comments

Comments
 (0)