diff options
Diffstat (limited to 'cmd/podman/run_test.go')
-rw-r--r-- | cmd/podman/run_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/run_test.go b/cmd/podman/run_test.go index 344fdcce5..3baee4615 100644 --- a/cmd/podman/run_test.go +++ b/cmd/podman/run_test.go @@ -101,7 +101,7 @@ func TestPIDsLimit(t *testing.T) { // TestBLKIOWeightDevice verifies the inputed blkio weigh device is correctly defined in the spec func TestBLKIOWeightDevice(t *testing.T) { a := createCLI() - args := []string{"--blkio-weight-device", "/dev/sda:100"} + args := []string{"--blkio-weight-device", "/dev/zero:100"} a.Run(append(cmd, args...)) runtimeSpec, err := getRuntimeSpec(CLI) if err != nil { |