Skip to content

Commit

Permalink
Merge branch '6.2' of https://github.com/lucee/Lucee into 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Dec 23, 2024
2 parents 07f3772 + 296f0a8 commit 5ddc954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tickets/LDEV4635.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
fileWrite(srcDir & "region.txt", storelocation );

if ( arguments.invalid ) {
var args=arguments;
expect( function(){
directory action="copy" directory="#srcDir#" destination="#arguments.bucket#" storelocation="#arguments.storelocation#";
directory action="copy" directory="#srcDir#" destination="#args.bucket#" storelocation="#args.storelocation#";
}).toThrow();
} else {
// try coping local dir to a new s3 bucket with a region
Expand Down

0 comments on commit 5ddc954

Please sign in to comment.