Don't implicitly create empty files in VirtualDir::openat (#2235)

* Don't implicitly create empty files in VirtualDir::openat

* Add test

* Add note on how to run test-program tests to the README
This commit is contained in:
Joshua Warner
2020-09-25 19:52:13 -07:00
committed by GitHub
parent 48cf45491d
commit d947010181
3 changed files with 70 additions and 15 deletions

View File

@@ -1,2 +1,7 @@
This is the `test-programs` crate, which builds and runs whole programs
compiled to wasm32-wasi.
To actually run these tests, the test-programs feature must be enabled, e.g.:
```
cargo test --features test-programs/test_programs --package test-programs
```