From 04964dbae0c3ad259682433bdb699f38760bee6d Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sun, 29 Jun 2014 08:14:45 -0400 Subject: [PATCH] chmod 644 ; remove env For consistency (with selftest.py at least), I think we should chmod 644 and remove /usr/bin/env python to force thinking about which Python is running test-installed.py --- test-installed.py | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 test-installed.py diff --git a/test-installed.py b/test-installed.py old mode 100755 new mode 100644 index 0248590a5..9c7302cb2 --- a/test-installed.py +++ b/test-installed.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python import nose import os import sys