From 375831e97693af4d894cf647af4dad57ef21948d Mon Sep 17 00:00:00 2001 From: Urvashi Mohnani Date: Mon, 3 Dec 2018 15:26:58 +0000 Subject: Tests for podman volume commands Signed-off-by: Urvashi Mohnani --- libpod/common_test.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libpod') diff --git a/libpod/common_test.go b/libpod/common_test.go index b7fee2764..81c8f1920 100644 --- a/libpod/common_test.go +++ b/libpod/common_test.go @@ -74,6 +74,11 @@ func getTestContainer(id, name, locksDir string) (*Container, error) { "/test/file.test": "/test2/file2.test", }, }, + runtime: &Runtime{ + config: &RuntimeConfig{ + VolumePath: "/does/not/exist/tmp/volumes", + }, + }, valid: true, } -- cgit v1.2.3-54-g00ecf