tests/hghave
changeset 45830 c102b704edb5
parent 43691 47ef023d0165
child 47500 23f5ed6dbcb1
--- a/tests/hghave	Mon Nov 09 09:58:44 2020 -0800
+++ b/tests/hghave	Fri Nov 06 13:58:59 2020 -0800
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 """Test the running system for features availability. Exit with zero
 if all features are there, non-zero otherwise. If a feature name is
 prefixed with "no-", the absence of feature is tested.