|
Last change
on this file since 3634 was 3613, checked in by bird, 14 months ago |
|
src/sed: Merged in changes between 4.1.5 and 4.9 from the vendor branch. (svn merge /vendor/sed/4.1.5 /vendor/sed/current .)
|
|
File size:
263 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | # Perl is not available, the test should be considered skipped.
|
|---|
| 3 | # FD 9 should have been opened by the test suite harness, pointing
|
|---|
| 4 | # to the original stderr (usually, the user's terminal).
|
|---|
| 5 | echo "test skipped: no usable version of Perl found" >&9
|
|---|
| 6 | exit 77
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.