diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-11-21 13:58:53 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-21 20:09:09 +0000 |
commit | 4ff251d9118dfebde744fce8a2e2069144f259a4 (patch) | |
tree | 024d49bce69c5e3e3bb0483e19551f74619dbf8e | |
parent | 152882bf19e1c94110187264ed37d25976bf1e73 (diff) | |
download | podman-4ff251d9118dfebde744fce8a2e2069144f259a4.tar.gz podman-4ff251d9118dfebde744fce8a2e2069144f259a4.tar.bz2 podman-4ff251d9118dfebde744fce8a2e2069144f259a4.zip |
Add PID to the containers used to test SQLite state
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #56
Approved by: rhatdan
-rw-r--r-- | libpod/sql_state_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/sql_state_test.go b/libpod/sql_state_test.go index b50f3aced..5ccd069d3 100644 --- a/libpod/sql_state_test.go +++ b/libpod/sql_state_test.go @@ -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, } |