mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
update github links to moby/moby
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -409,7 +409,7 @@ func (s *DockerCLIVolumeSuite) TestVolumeCLIRmForce(c *testing.T) {
|
||||
}
|
||||
|
||||
// TestVolumeCLIRmForceInUse verifies that repeated `docker volume rm -f` calls does not remove a volume
|
||||
// if it is in use. Test case for https://github.com/docker/docker/issues/31446
|
||||
// if it is in use. Test case for https://github.com/moby/moby/issues/31446
|
||||
func (s *DockerCLIVolumeSuite) TestVolumeCLIRmForceInUse(c *testing.T) {
|
||||
const name = "testvolume"
|
||||
id := cli.DockerCmd(c, "volume", "create", name).Stdout()
|
||||
|
||||
Reference in New Issue
Block a user