test-check-shbang.t
14 lines
| 353 B
| text/troff
|
Tads3Lexer
/ tests / test-check-shbang.t
timeless
|
r28879 | #require test-repo | ||
timeless
|
r29219 | $ . "$TESTDIR/helpers-testrepo.sh" | ||
timeless
|
r28879 | $ 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] | ||||