terminal: avoid Kitty image reset test if no kitty images

This commit is contained in:
Mitchell Hashimoto
2026-08-21 09:59:57 -07:00
parent dff13b41c9
commit 4be9d782e3

View File

@@ -15407,6 +15407,8 @@ test "Terminal: fullReset status display" {
}
test "Terminal: fullReset preserves kitty graphics limits" {
if (comptime !build_options.kitty_graphics) return error.SkipZigTest;
const alloc = testing.allocator;
const temp_dir = "/tmp/ghostty-kitty-images";