Skip to content

Commit 9dc119e

Browse files
committed
fixed test runner
1 parent 785bc52 commit 9dc119e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
TESTS=$@
44

55
if [ -z "$TESTS" ]; then
6-
TESTS=$(ls 1 ./t)
6+
TESTS=$(ls -1 ./t)
77
fi
88

99
rm -rf blib > /dev/null 2>&1

0 commit comments

Comments
 (0)