Skip to content

Commit 750e601

Browse files
boooryanhamley
authored andcommitted
make yarn test-unit command more cross-platform (mapbox#7528)
1 parent e0c4d46 commit 750e601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/run-tap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
if [ "$#" == 5 ]; then
3-
arg="${@:0:4} ${BASH_ARGV[1]}/${BASH_ARGV[0]}"
3+
arg="${@:1:3} ${4}/${5}"
44
else
55
arg="${@}"
66
fi

0 commit comments

Comments
 (0)