mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
remaining-gnu-error.py: add missing slash
This commit is contained in:
parent
465c1c1c9d
commit
2e996e59f3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ for d in data:
|
|||
for e in data[d]:
|
||||
# Not all the tests are .sh files, rename them if not.
|
||||
script = e.replace(".log", ".sh")
|
||||
a = f"{base}{d}{script}"
|
||||
a = f"{base}{d}/{script}"
|
||||
if not os.path.exists(a):
|
||||
a = a.replace(".sh", ".pl")
|
||||
if not os.path.exists(a):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue