Skip to content

Commit

Permalink
Fix spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmo committed May 4, 2014
1 parent e6e494a commit d39e385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/duplicati/clean_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:duplicati_path => "/bin/duplicati-commandline",
:backup_store_path => "file:///foo/backup",
:log_path => "/zzz/output.log"
).command.should == %Q["/bin/duplicati-commandline" delete-all-but-n 2 "file:///foo/backup"
).command.should == %Q["/bin/duplicati-commandline" delete-all-but-n 1 "file:///foo/backup"
--no-encryption
--force
1>>"/zzz/output.log"
Expand All @@ -30,7 +30,7 @@
:backup_store_path => "file:///foo/backup",
:backup_encryption_key => "foobar",
:log_path => "/zzz/output.log"
).command.should == %Q["/bin/duplicati-commandline" delete-all-but-n 2 "file:///foo/backup"
).command.should == %Q["/bin/duplicati-commandline" delete-all-but-n 1 "file:///foo/backup"
--passphrase="foobar"
--force
1>>"/zzz/output.log"
Expand Down

0 comments on commit d39e385

Please sign in to comment.