##// END OF EJS Templates
tests: remove unused import from 'f' utility...
tests: remove unused import from 'f' utility It should have been caught by pyflakes.

File last commit:

r29219:3c9066ed default
r29230:b68af177 default
Show More
test-check-shbang.t
14 lines | 353 B | text/troff | Tads3Lexer
#require test-repo
$ . "$TESTDIR/helpers-testrepo.sh"
$ 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]