From f3841a1d27e4f3b4260eae7933dc7c54950d0179 Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Fri, 1 May 2015 10:00:43 -0400 Subject: [PATCH] Add and modify tests for legacy and new daemon invokations Signed-off-by: Shishir Mahajan Signed-off-by: Tibor Vass --- opts/ulimit_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opts/ulimit_test.go b/opts/ulimit_test.go index e72be7a813..3845d1ec18 100644 --- a/opts/ulimit_test.go +++ b/opts/ulimit_test.go @@ -11,7 +11,7 @@ func TestUlimitOpt(t *testing.T) { "nofile": {"nofile", 1024, 512}, } - ulimitOpt := NewUlimitOpt(ulimitMap) + ulimitOpt := NewUlimitOpt(&ulimitMap) expected := "[nofile=512:1024]" if ulimitOpt.String() != expected {