Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Oct 20, 2017
1 parent a020581 commit 0b0cd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rsyncTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function testSimulated() {

// Test simulated simple rsync with two local sites
$this->drush('rsync', ['@example.stage', '@example.dev'], $options, NULL, NULL, self::EXIT_SUCCESS, '2>&1');
$expected = "Calling system(rsync -e 'ssh ' -akz --include=\"stage-source\" --exclude=\"dev-target\" /path/to/stage /path/to/dev);";
$expected = "Calling system(rsync -e 'ssh ' -akz /path/to/stage /path/to/dev);";
$this->assertOutputEquals($expected);

// Test simulated rsync with relative paths
Expand Down

0 comments on commit 0b0cd7f

Please sign in to comment.