diff options
-rw-r--r-- | testament/tester.nim | 2 | ||||
-rw-r--r-- | tests/stdlib/tstreams.nim | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/testament/tester.nim b/testament/tester.nim index 771fa3aa7..d8b3fcfcc 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 8a11a89f2..559824d85 100644 --- a/tests/stdlib/tstreams.nim +++ b/tests/stdlib/tstreams.nim @@ -7,6 +7,7 @@ fs is: nil threw exception ''' +disabled: "windows" """ |