##// END OF EJS Templates
tests: make test-pathencode use absolute_import
tests: make test-pathencode use absolute_import

File last commit:

r28879:8c1759a2 default
r28928:59481bfd default
Show More
test-check-shbang.t
13 lines | 316 B | text/troff | Tads3Lexer
#require test-repo
$ cd "`dirname "$TESTDIR"`"
look for python scripts that do not use /usr/bin/env
$ hg files 'set:grep(r"^#!.*?python") and not grep(r"^#!/usr/bin/env python")'
[1]
look for shell scripts that do not use /bin/sh
$ hg files 'set:grep(r"^#!.*/bin/sh") and not grep(r"^#!/bin/sh")'
[1]