tests/test-check-execute.t
changeset 51000 fb6593307e24
parent 33204 ddd65b4f3ae6
equal deleted inserted replaced
50999:d0b8bbf603d7 51000:fb6593307e24
    18   $ testrepohg files 'set:**.sh and exec() and not grep(r"^#!.*(ba)?sh")'
    18   $ testrepohg files 'set:**.sh and exec() and not grep(r"^#!.*(ba)?sh")'
    19   [1]
    19   [1]
    20 
    20 
    21 look for non scripts with no shebang
    21 look for non scripts with no shebang
    22 
    22 
    23   $ testrepohg files 'set:exec() and not **.sh and not **.py and not grep(r"^#!")'
    23   $ testrepohg files 'set:exec() and not **.sh and not **.py and not grep(r"^#!") and not contrib/openvms/**'
    24   [1]
    24   [1]