podman/libpod/lock
Eng Zer Jun cf35168f0a
test: use T.TempDir to create temporary test directory
This commit replaces `ioutil.TempDir` with `t.TempDir` in tests. The
directory created by `t.TempDir` is automatically removed when the test
and all its subtests complete.

Prior to this commit, temporary directory created using `ioutil.TempDir`
needs to be removed manually by calling `os.RemoveAll`, which is omitted
in some tests. The error handling boilerplate e.g.
	defer func() {
		if err := os.RemoveAll(dir); err != nil {
			t.Fatal(err)
		}
	}
is also tedious, but `t.TempDir` handles this for us nicely.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-05-05 21:09:41 +08:00
..
file test: use T.TempDir to create temporary test directory 2022-05-05 21:09:41 +08:00
shm go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
file_lock_manager.go bump go module to version 4 2022-01-18 12:47:07 +01:00
in_memory_locks.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
lock.go When refreshing after a reboot, force lock allocation 2019-05-06 14:17:54 -04:00
shm_lock_manager_linux.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
shm_lock_manager_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00