azureblob: fix creation of directory markers
This also fixes the integration tests which is why we didn't notice this before!
This commit is contained in:
parent
40bcc7a90b
commit
b1c0ae5e7d
2 changed files with 4 additions and 4 deletions
|
@ -31,9 +31,9 @@ func TestIntegration2(t *testing.T) {
|
|||
if *fstest.RemoteName != "" {
|
||||
t.Skip("Skipping as -remote set")
|
||||
}
|
||||
name := "TestAzureBlob:"
|
||||
name := "TestAzureBlob"
|
||||
fstests.Run(t, &fstests.Opt{
|
||||
RemoteName: name,
|
||||
RemoteName: name + ":",
|
||||
NilObject: (*Object)(nil),
|
||||
TiersToTest: []string{"Hot", "Cool"},
|
||||
ChunkedUpload: fstests.ChunkedUploadConfig{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue