summary refs log tree commit diff stats
path: root/tests/async/tasynceverror.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-06-09 17:34:51 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-06-09 17:34:57 +0200
commit76c8d6164b10846f18dbd441e4d1db5d501da09d (patch)
tree61127dbd248c2bfead73ce1e57e087a48bb858e4 /tests/async/tasynceverror.nim
parent0ea65a824d61dcfeb93193f38745667880943ba3 (diff)
downloadNim-76c8d6164b10846f18dbd441e4d1db5d501da09d.tar.gz
added 'koch testinstall' command; more installer related bugfixes
Diffstat (limited to 'tests/async/tasynceverror.nim')
-rw-r--r--tests/async/tasynceverror.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/async/tasynceverror.nim b/tests/async/tasynceverror.nim
index fd6d05c60..dd05c831b 100644
--- a/tests/async/tasynceverror.nim
+++ b/tests/async/tasynceverror.nim
@@ -1,9 +1,9 @@
 discard """
   file: "tasynceverror.nim"
   exitcode: 1
-  outputsub: "Error: unhandled exception: Connection reset by peer"
+  outputsub: "Error: unhandled exception: "
 """
-
+# error message is actually different on OSX
 import
     asyncdispatch,
     asyncnet,