source:
trunk/essentials/dev-lang/perl/t/lib/sample-tests/taint@
3951
| Last change on this file since 3951 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 144 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/perl -Tw |
| 2 | |
| 3 | use lib qw(t/lib); |
| 4 | use Test::More tests => 1; |
| 5 | |
| 6 | eval { kill 0, $^X }; |
| 7 | like( $@, '/^Insecure dependency/', '-T honored' ); |
Note:
See TracBrowser
for help on using the repository browser.
