tests: use /usr/bin/env python for test-status-inprocess.py
authortimeless <timeless@mozdev.org>
Wed, 06 Apr 2016 19:08:04 +0000
changeset 28824 9d31582dd636
parent 28823 c5565fc8848d
child 28825 87c6ad2251d8
tests: use /usr/bin/env python for test-status-inprocess.py everyone else uses it, and the next commit will add a rule for it
tests/test-status-inprocess.py
--- a/tests/test-status-inprocess.py	Wed Apr 06 22:26:47 2016 -0400
+++ b/tests/test-status-inprocess.py	Wed Apr 06 19:08:04 2016 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 from __future__ import absolute_import, print_function
 from mercurial.ui import (
     ui,