mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Add PID to the containers used to test SQLite state
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #56 Approved by: rhatdan
This commit is contained in:
@ -33,6 +33,7 @@ func getTestContainer(id, name string) *Container {
|
||||
RunDir: "/does/not/exist/tmp/",
|
||||
Mounted: true,
|
||||
Mountpoint: "/does/not/exist/tmp/" + id,
|
||||
PID: 1234,
|
||||
},
|
||||
valid: true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user