tests/test-check-execute.t
changeset 29219 3c9066ed557c
parent 27569 b3eba79b7e04
child 33116 6c113a7dec52
equal deleted inserted replaced
29218:fd288d118074 29219:3c9066ed557c
     1 #require test-repo execbit
     1 #require test-repo execbit
     2 
     2 
       
     3   $ . "$TESTDIR/helpers-testrepo.sh"
     3   $ cd "`dirname "$TESTDIR"`"
     4   $ cd "`dirname "$TESTDIR"`"
     4 
     5 
     5 look for python scripts without the execute bit
     6 look for python scripts without the execute bit
     6 
     7 
     7   $ hg files 'set:**.py and not exec() and grep(r"^#!.*?python")'
     8   $ hg files 'set:**.py and not exec() and grep(r"^#!.*?python")'