aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/assert_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-02-28 15:40:58 +0900
committerOphestra <cat@gensokyo.uk>2025-02-28 15:40:58 +0900
commit558974b996c5a9c6fc1c630153aca9695aa3de9c (patch)
treeb252e5f5a804d2c38bfe3893c61d3545da0a645c /test/sandbox/assert_test.go
parent4de404971341a5cebab88cad6233965362fdeb4c (diff)
test/sandbox: assert mntent json
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/assert_test.go')
-rw-r--r--test/sandbox/assert_test.go3
1 files changed, 3 insertions, 0 deletions
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 }