You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
466 B
7 lines
466 B
#!/usr/bin/env python |
|
#PUNKTEST FIXTURE - owned by src/tests/shell/testsuites/punkexe/scriptexec.test |
|
#Do not hand-edit: the suite asserts on the exact behaviour below. |
|
#Extensionless NON-tcl fixture (python shebang, no .tcl sibling): an attempted |
|
#'lib:_punktest/notatcl' must NOT resolve - the suite asserts a not-found failure |
|
#whose output notes that this file was skipped by the tcl identification check. |
|
print("PUNKTEST_NOTATCL should never execute via lib:")
|
|
|