Skip to content

Commit 9c635c7

Browse files
BsAtHomeandypugh
authored andcommitted
Fix command-line directories acceptance by correct expansion.
1 parent 9c94820 commit 9c635c7

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
@@ -121,7 +121,7 @@ trap "rm -rf $TMPDIR" 0 1 2 3 9 15
121121

122122

123123
run_tests () {
124-
find $* -name test.hal -or -name test.sh -or -name test \
124+
find $@ -name test.hal -or -name test.sh -or -name test \
125125
| sort > $TMPDIR/alltests
126126

127127
while read testname; do

0 commit comments

Comments
 (0)