toxic: 0.15.1 -> 0.16.0
[NixPkgs.git] / pkgs / by-name / sh / sherlock / fix-sherlock-bin-test.patch
blob29bd66bc4d2c7b585edb140a415c22cc80dd2939
1 commit 34d1da31d87d90beae1dacd303ab166cecbd2baa
2 Author: Lein Matsumaru <applePrincess@applePrincess.io>
3 Date: Tue May 21 12:22:12 2024 +0000
7 diff --git a/tests/sherlock_interactives.py b/tests/sherlock_interactives.py
8 index d0424af..59c7bd2 100644
9 --- a/tests/sherlock_interactives.py
10 +++ b/tests/sherlock_interactives.py
11 @@ -10,7 +10,7 @@ class Interactives:
12 if platform.system == "Windows":
13 command:str = f"py -m sherlock {args}"
14 else:
15 - command:str = f"sherlock {args}"
16 + command:str = f"@sherlockBin@ {args}"
18 proc_out:str = ""
19 try: