mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
Reenable cat.ts test (#197)
This commit is contained in:
parent
da188a7d30
commit
271f7cc76d
@ -12,13 +12,11 @@ test(function t2() {
|
||||
});
|
||||
|
||||
/** A more complicated test that runs a subprocess. */
|
||||
/* TODO re-enable this test. Seems to be broken on Windows.
|
||||
test(async function catSmoke() {
|
||||
const p = run({
|
||||
args: ["deno", "examples/cat.ts", "README.md"],
|
||||
args: ["deno", "--allow-read", "examples/cat.ts", "README.md"],
|
||||
stdout: "piped"
|
||||
});
|
||||
const s = await p.status();
|
||||
assertEqual(s.code, 0);
|
||||
});
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user