1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00

test: fix lock_write_fetch test (#9318)

This commit is contained in:
Bartek Iwańczuk 2021-01-29 14:23:02 +01:00 committed by GitHub
parent daad575825
commit 4b92eef25e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2729,6 +2729,7 @@ itest!(lock_write_fetch {
args:
"run --quiet --allow-read --allow-write --allow-env --allow-run lock_write_fetch.ts",
output: "lock_write_fetch.ts.out",
http_server: true,
exit_code: 0,
});