From 558974b996c5a9c6fc1c630153aca9695aa3de9c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 28 Feb 2025 15:40:58 +0900 Subject: test/sandbox: assert mntent json Signed-off-by: Ophestra --- test/sandbox/assert_test.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/sandbox/assert_test.go (limited to 'test/sandbox/assert_test.go') diff --git a/test/sandbox/assert_test.go b/test/sandbox/assert_test.go new file mode 100644 index 00000000..f2b7f99f --- /dev/null +++ b/test/sandbox/assert_test.go @@ -0,0 +1,3 @@ +package sandbox + +func ReplaceFatal(f func(format string, v ...any)) { fatalfFunc = f } -- cgit v1.3.1