diff --git a/testament/tester.nim b/testament/tester.nim index 771fa3aa77..d8b3fcfcc1 100644 --- a/testament/tester.nim +++ b/testament/tester.nim @@ -74,7 +74,7 @@ proc getFileDir(filename: string): string = if not result.isAbsolute(): result = getCurrentDir() / result -proc execCmdEx2*(command: string, args: openarray[string], options: set[ProcessOption], input: string): tuple[ +proc execCmdEx2(command: string, args: openarray[string], options: set[ProcessOption], input: string): tuple[ output: TaintedString, exitCode: int] {.tags: [ExecIOEffect, ReadIOEffect, RootEffect], gcsafe.} = diff --git a/tests/stdlib/tstreams.nim b/tests/stdlib/tstreams.nim index 8a11a89f22..559824d859 100644 --- a/tests/stdlib/tstreams.nim +++ b/tests/stdlib/tstreams.nim @@ -7,6 +7,7 @@ fs is: nil threw exception ''' +disabled: "windows" """