aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-06-23 14:50:45 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-06-23 14:50:45 -0700
commit3eb16db0edc678ca6183b3d0254b925aee575469 (patch)
treeb1a5797a0745b3874f4a375ba32200cc62f2c637
parentffdfd5094c9ef54cafaf3ceb12f21eb7e72566a4 (diff)
proper fix for other.test_argv0_node
-rw-r--r--tests/test_other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py
index f8b9d027..4fb90b1a 100644
--- a/tests/test_other.py
+++ b/tests/test_other.py
@@ -2902,5 +2902,5 @@ int main(int argc, char **argv) {
''')
Popen([PYTHON, EMCC, 'code.cpp']).communicate()
- self.assertContained('I am ' + self.get_dir().replace('\\', '/') + '/a.out.js', run_js('a.out.js', engine=NODE_JS))
+ self.assertContained('I am ' + self.get_dir().replace('\\', '/') + '/a.out.js', run_js('a.out.js', engine=NODE_JS).replace('\\', '/'))