$OpenBSD: patch-IPython_core_tests_test_interactiveshell_py,v 1.5 2016/12/13 14:50:45 shadchin Exp $
--- IPython/core/tests/test_interactiveshell.py.orig	Sat Aug 13 17:56:43 2016
+++ IPython/core/tests/test_interactiveshell.py	Fri Aug 19 19:59:00 2016
@@ -579,7 +579,7 @@ class TestSystemRaw(unittest.TestCase, ExitCodeChecks)
     def test_1(self):
         """Test system_raw with non-ascii cmd
         """
-        cmd = u'''python -c "'åäö'"   '''
+        cmd = u'''${MODPY_BIN} -c "'åäö'"   '''
         ip.system_raw(cmd)
 
     @mock.patch('subprocess.call', side_effect=KeyboardInterrupt)
