mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 20:28:02 +02:00
test: Fix typo
scrdir -> srcdir
This commit is contained in:
parent
5c798bcf86
commit
6835421003
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ $(NOLOG_TESTS_LOG):
|
|||
# Identify identical reference images
|
||||
check-ref-dups:
|
||||
@LANG=C; \
|
||||
( cd "$(scrdir)" && sha1sum *.ref.png | sort ) > ref.hash; \
|
||||
( cd "$(srcdir)" && sha1sum *.ref.png | sort ) > ref.hash; \
|
||||
join ref.hash ref.hash | grep -v -E '( .*.ref.png).*\1' | cut -d' ' -f 1-2 | sort -u
|
||||
|
||||
# Not exactly the best script in the world...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue