| Summary: | regress/sftp-cmds.sh remove .* | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Roumen Petrov <bugtrack> |
| Component: | Regression tests | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | trivial | CC: | djm |
| Priority: | P2 | ||
| Version: | 6.0p1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 1986 | ||
fixed - thanks Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 |
Unlike regress/sftp-batch.sh the test regress/sftp-cmds.sh does not set BATCH variable. So if user build in checkout source tree the test script remove files and directories that match pattern .* . Only .cvsignore match pattern. Please remove ${BATCH}.* at end of command "rm -rf ..." (two places).