mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-25 16:41:44 +00:00
terminal: avoid Kitty image reset test if no kitty images
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user