aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ponyc/fix-tests.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-01 01:28:40 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-01 01:31:31 +0200
commit6cd0c89e3970f1f86b2ebaf6e31d9f055cdfd115 (patch)
treefe2efb30ec1b0c87faa26133e04fb9965d4ac473 /testing/ponyc/fix-tests.patch
parent4d8d14ddb09892cc0905eb4a7958be074bc5581a (diff)
downloadaports-6cd0c89e3970f1f86b2ebaf6e31d9f055cdfd115.tar.bz2
aports-6cd0c89e3970f1f86b2ebaf6e31d9f055cdfd115.tar.xz
testing/ponyc: new aport
An open-source, actor-model, capabilities-secure, high performance programming language https://www.ponylang.org/
Diffstat (limited to 'testing/ponyc/fix-tests.patch')
-rw-r--r--testing/ponyc/fix-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/ponyc/fix-tests.patch b/testing/ponyc/fix-tests.patch
new file mode 100644
index 0000000000..4b4046079c
--- /dev/null
+++ b/testing/ponyc/fix-tests.patch
@@ -0,0 +1,11 @@
+--- a/packages/process/_test.pony
++++ b/packages/process/_test.pony
+@@ -63,7 +63,7 @@
+
+ fun ref apply(h: TestHelper) =>
+ let notifier: ProcessNotify iso = _ProcessClient(0,
+- "cat: file_does_not_exist: No such file or directory\n", 1, h)
++ "cat: can't open 'file_does_not_exist': No such file or directory\n", 1, h)
+ try
+ let path = FilePath(h.env.root as AmbientAuth, "/bin/cat")?
+ let args: Array[String] iso = recover Array[String](2) end