Skip to content

Commit

Permalink
revert an unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 22, 2023
1 parent 215ac3e commit e03d1f6
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 @@ -7,7 +7,7 @@ DIR=.wasi-testsuite
fetch() {
REPO=https://github.com/WebAssembly/wasi-testsuite
# prod/testsuite-all branch
REF=eb62461cacbb856d310943e54127204d508a6688
REF=6cbd7e21bd40ce3cf405a646956085e2a0cd344c
mkdir "${DIR}"
git -C "${DIR}" init
git -C "${DIR}" fetch --depth 1 ${REPO} ${REF}
Expand Down

0 comments on commit e03d1f6

Please sign in to comment.