mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
tests: fix UI snapshot tests
This commit is contained in:
parent
3e890eb307
commit
2f7c7e8ff2
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user