From 2f7c7e8ff2e1ffbdd9344ad8268e73d2c47a8b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20P=2E=20Bezerra?= Date: Wed, 20 Nov 2024 03:34:34 -0300 Subject: [PATCH] tests: fix UI snapshot tests --- tests/snapshots/ui__ui_test_ok_compress-2.snap | 2 +- tests/snapshots/ui__ui_test_ok_compress.snap | 4 ++-- tests/snapshots/ui__ui_test_ok_decompress.snap | 2 +- tests/snapshots/ui__ui_test_ok_format_flag_with_rar-1.snap | 4 ++-- tests/snapshots/ui__ui_test_ok_format_flag_with_rar-2.snap | 4 ++-- tests/snapshots/ui__ui_test_ok_format_flag_without_rar-1.snap | 4 ++-- tests/snapshots/ui__ui_test_ok_format_flag_without_rar-2.snap | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/snapshots/ui__ui_test_ok_compress-2.snap b/tests/snapshots/ui__ui_test_ok_compress-2.snap index da6dd20f..ed872d77 100644 --- a/tests/snapshots/ui__ui_test_ok_compress-2.snap +++ b/tests/snapshots/ui__ui_test_ok_compress-2.snap @@ -2,4 +2,4 @@ source: tests/ui.rs expression: "run_ouch(\"ouch compress input output.gz\", dir)" --- -[INFO] Successfully compressed 'output.gz'. +[INFO] Successfully compressed 'output.gz' diff --git a/tests/snapshots/ui__ui_test_ok_compress.snap b/tests/snapshots/ui__ui_test_ok_compress.snap index 93f11650..2e2aea8a 100644 --- a/tests/snapshots/ui__ui_test_ok_compress.snap +++ b/tests/snapshots/ui__ui_test_ok_compress.snap @@ -2,5 +2,5 @@ source: tests/ui.rs expression: "run_ouch(\"ouch compress input output.zip\", dir)" --- -[INFO] Compressing 'input'. -[INFO] Successfully compressed 'output.zip'. +[INFO] Compressing 'input' +[INFO] Successfully compressed 'output.zip' diff --git a/tests/snapshots/ui__ui_test_ok_decompress.snap b/tests/snapshots/ui__ui_test_ok_decompress.snap index a226ed31..73d8678b 100644 --- a/tests/snapshots/ui__ui_test_ok_decompress.snap +++ b/tests/snapshots/ui__ui_test_ok_decompress.snap @@ -2,5 +2,5 @@ source: tests/ui.rs expression: "run_ouch(\"ouch decompress output.zst\", dir)" --- -[INFO] Successfully decompressed archive in current directory. +[INFO] Successfully decompressed archive in current directory [INFO] Files unpacked: 1 diff --git a/tests/snapshots/ui__ui_test_ok_format_flag_with_rar-1.snap b/tests/snapshots/ui__ui_test_ok_format_flag_with_rar-1.snap index e48f9a13..ba8bb9ed 100644 --- a/tests/snapshots/ui__ui_test_ok_format_flag_with_rar-1.snap +++ b/tests/snapshots/ui__ui_test_ok_format_flag_with_rar-1.snap @@ -2,5 +2,5 @@ source: tests/ui.rs expression: "run_ouch(\"ouch compress input output1 --format tar.gz\", dir)" --- -[INFO] Compressing 'input'. -[INFO] Successfully compressed 'output1'. +[INFO] Compressing 'input' +[INFO] Successfully compressed 'output1' diff --git a/tests/snapshots/ui__ui_test_ok_format_flag_with_rar-2.snap b/tests/snapshots/ui__ui_test_ok_format_flag_with_rar-2.snap index aab5ab20..ccaf1dd5 100644 --- a/tests/snapshots/ui__ui_test_ok_format_flag_with_rar-2.snap +++ b/tests/snapshots/ui__ui_test_ok_format_flag_with_rar-2.snap @@ -2,5 +2,5 @@ source: tests/ui.rs expression: "run_ouch(\"ouch compress input output2 --format .tar.gz\", dir)" --- -[INFO] Compressing 'input'. -[INFO] Successfully compressed 'output2'. +[INFO] Compressing 'input' +[INFO] Successfully compressed 'output2' diff --git a/tests/snapshots/ui__ui_test_ok_format_flag_without_rar-1.snap b/tests/snapshots/ui__ui_test_ok_format_flag_without_rar-1.snap index e48f9a13..ba8bb9ed 100644 --- a/tests/snapshots/ui__ui_test_ok_format_flag_without_rar-1.snap +++ b/tests/snapshots/ui__ui_test_ok_format_flag_without_rar-1.snap @@ -2,5 +2,5 @@ source: tests/ui.rs expression: "run_ouch(\"ouch compress input output1 --format tar.gz\", dir)" --- -[INFO] Compressing 'input'. -[INFO] Successfully compressed 'output1'. +[INFO] Compressing 'input' +[INFO] Successfully compressed 'output1' diff --git a/tests/snapshots/ui__ui_test_ok_format_flag_without_rar-2.snap b/tests/snapshots/ui__ui_test_ok_format_flag_without_rar-2.snap index aab5ab20..ccaf1dd5 100644 --- a/tests/snapshots/ui__ui_test_ok_format_flag_without_rar-2.snap +++ b/tests/snapshots/ui__ui_test_ok_format_flag_without_rar-2.snap @@ -2,5 +2,5 @@ source: tests/ui.rs expression: "run_ouch(\"ouch compress input output2 --format .tar.gz\", dir)" --- -[INFO] Compressing 'input'. -[INFO] Successfully compressed 'output2'. +[INFO] Compressing 'input' +[INFO] Successfully compressed 'output2'