Skip to content

Commit 93f034b

Browse files
committed
Merge pull request #1357 from RexOps/rsync_test
Add initial rsync tests
2 parents 5ffa72b + f01a5f4 commit 93f034b

File tree

8 files changed

+284
-153
lines changed

8 files changed

+284
-153
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- dzil listdeps --author --missing | cpanm
2525
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
2626
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
27-
- cpanm File::LibMagic Test::mysqld
27+
- cpanm File::LibMagic Test::mysqld Expect
2828
install:
2929
- dzil build --in build --notgz
3030
script:
@@ -85,7 +85,7 @@ jobs:
8585
- dzil authordeps --missing | cpanm
8686
- dzil listdeps --author --missing | cpanm
8787
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
88-
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
88+
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty Expect
8989
install:
9090
- dzil build --in build --notgz
9191
script:

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ Revision history for Rex
1919
[NEW FEATURES]
2020
- Enable Bash completion of available CLI options
2121
- Add tab completion for Zsh
22+
- Enable local rsync operations
2223

2324
[REVISION]
2425
- Use author tests to check tidiness of bin files
2526
- Use Symbol to manipulate Perl symbols
27+
- Add initial rsync tests
2628

2729
1.11.0 2020-06-05 Ferenc Erki <[email protected]>
2830
[BUG FIXES]

0 commit comments

Comments
 (0)