tests/test-check-shbang.t
author Wagner Bruna <wbruna@yahoo.com>
Sun, 01 May 2016 00:12:56 -0300
branchstable
changeset 29037 b043d7f27a0e
parent 28879 8c1759a2bdf4
child 29219 3c9066ed557c
permissions -rw-r--r--
i18n-pt_BR: synchronized with 18c1b107898e

#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]