Skip to content

Commit

Permalink
test/run-wasi-testsuite.sh: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Dec 18, 2023
1 parent 87229cf commit 01f2704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-wasi-testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FILTER_OPTIONS="--exclude-filter test/wasi-testsuite-skip.json"
if ${TOYWASM} --version | grep -F "sizeof(void *) = 4"; then
FILTER_OPTIONS="${FILTER_OPTIONS} test/wasi-testsuite-skip-32bit.json"
fi
OS_SKIPFILE="test/wasi-testsuite-skip-$(uname -s).txt"
OS_SKIPFILE="test/wasi-testsuite-skip-$(uname -s).json"
if [ -f ${OS_SKIPFILE} ]; then
FILTER_OPTIONS="${FILTER_OPTIONS} ${OS_SKIPFILE}"
fi
Expand Down

0 comments on commit 01f2704

Please sign in to comment.