diff options
| author | Cody Tapscott <topolarity@tapscott.me> | 2022-03-02 23:21:55 -0700 |
|---|---|---|
| committer | Cody Tapscott <topolarity@tapscott.me> | 2022-03-03 14:31:49 -0700 |
| commit | ade2d0c6a28009ac505b4863079ede3ba64fcdd1 (patch) | |
| tree | 9a6a203309c5a601fe6067bf7e8e442822066a45 /src | |
| parent | 58f961f4cb9875bbce3070969438ecf08f392c9f (diff) | |
| download | zig-ade2d0c6a28009ac505b4863079ede3ba64fcdd1.tar.gz zig-ade2d0c6a28009ac505b4863079ede3ba64fcdd1.zip | |
stdlib WASI: Add realpath() support for non-absolute Preopens
Diffstat (limited to 'src')
| -rw-r--r-- | src/test.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test.zig b/src/test.zig index e291db09db..a540d566eb 100644 --- a/src/test.zig +++ b/src/test.zig @@ -1188,7 +1188,6 @@ pub const TestContext = struct { .wasmtime => |wasmtime_bin_name| if (enable_wasmtime) { try argv.append(wasmtime_bin_name); try argv.append("--dir=."); - try argv.append("--mapdir=/cwd::."); try argv.append(exe_path); } else { return; // wasmtime not available; pass test. |
