Add shebang line Signed-off-by: Vincent Legoll <[email protected]> --- t/test.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 t/test.py
diff --git a/t/test.py b/t/test.py old mode 100644 new mode 100755 index f9a2ab7..dae562a --- a/t/test.py +++ b/t/test.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # Run the test suite in parallel. import glob -- 2.1.4 _______________________________________________ stgit-users mailing list [email protected] https://mail.gna.org/listinfo/stgit-users
