Skip to content

Commit

Permalink
Merge pull request #4776 from yagehu/yagehu/fix-fyi-test-script
Browse files Browse the repository at this point in the history
Fix wasi-fyi test.sh on darwin
  • Loading branch information
syrusakbary authored May 31, 2024
2 parents ca63dd7 + b1bccfc commit 948a801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wasi-fyi/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SKIP_LIST=()

# List and process .foo files
for file in *.wasm; do
if [[ " ${SKIP_LIST[@]} " =~ " ${file} " ]]; then
if [[ " ${SKIP_LIST[0]+${SKIP_LIST[@]}} " =~ " ${file} " ]]; then
echo "Skipping $file"
else
echo "Testing $file"
Expand Down

0 comments on commit 948a801

Please sign in to comment.