$OpenBSD: patch-IPython_core_tests_test_interactiveshell_py,v 1.4 2015/12/01 22:45:49 edd Exp $
--- IPython/core/tests/test_interactiveshell.py.orig	Wed Aug 12 02:04:53 2015
+++ IPython/core/tests/test_interactiveshell.py	Fri Aug 14 18:20:07 2015
@@ -573,7 +573,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)
