tools: Get tools tests passing

- 7zz is now 7z
- Update golden files for different shade of grey
This commit is contained in:
Andrew Hamilton 2025-06-09 18:12:47 +10:00
parent 1a31aa838e
commit 410666e0b0
3 changed files with 3 additions and 3 deletions

View file

@ -156,7 +156,7 @@ tools_for_extensions = [
[7z]
dependencies = ["7zip"]
url = "http://p7zip.sourceforge.net/"
command = "7zz l"
command = "7z l"
[unxz]
dependencies = ["xz-utils"]

View file

@ -1,4 +1,4 @@
 
 
def hi(): 
def hi(): 
 print("hi")

View file

@ -1,3 +1,3 @@
 
 
def hi():
def hi():