From b97b84de1a83bf615853facd42bfafab267e2e06 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 1 Apr 2015 17:11:23 -0400 Subject: Make all Python test scripts executable For the convenience of developers manually running Python test scripts, set the executable bits on all of them, and make sure the first line is always "#!/usr/bin/python". ticket: 8163 --- src/appl/gss-sample/t_gss_sample.py | 3 ++- src/appl/user_user/t_user2user.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 src/appl/gss-sample/t_gss_sample.py mode change 100644 => 100755 src/appl/user_user/t_user2user.py (limited to 'src/appl') diff --git a/src/appl/gss-sample/t_gss_sample.py b/src/appl/gss-sample/t_gss_sample.py old mode 100644 new mode 100755 index faec8a0..c53edd6 --- a/src/appl/gss-sample/t_gss_sample.py +++ b/src/appl/gss-sample/t_gss_sample.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + # Copyright (C) 2010 by the Massachusetts Institute of Technology. # All rights reserved. # @@ -20,7 +22,6 @@ # this software for any purpose. It is provided "as is" without express # or implied warranty. -#!/usr/bin/python from k5test import * appdir = os.path.join(buildtop, 'appl', 'gss-sample') diff --git a/src/appl/user_user/t_user2user.py b/src/appl/user_user/t_user2user.py old mode 100644 new mode 100755 -- cgit v1.1