mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 08:14:03 +00:00
restic: test path handling of volume shadow copy root path
This commit is contained in:
parent
cb9247530e
commit
62af5f0b4a
@ -451,6 +451,13 @@ func TestPrepareVolumeName(t *testing.T) {
|
||||
expectError: false,
|
||||
expectedEASupported: false,
|
||||
},
|
||||
{
|
||||
name: "Volume Shadow Copy root",
|
||||
path: `\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1`,
|
||||
expectedVolume: `\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1`,
|
||||
expectError: false,
|
||||
expectedEASupported: false,
|
||||
},
|
||||
{
|
||||
name: "Volume Shadow Copy path",
|
||||
path: `\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Users\test`,
|
||||
|
Loading…
Reference in New Issue
Block a user