Skip to content

Commit

Permalink
Use a pdf that will not change
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Nov 14, 2024
1 parent 3d2249b commit 6c0a269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TEST_FILES = /tmp/pgintro.pdf /tmp/bad.pdf /tmp/big.pdf
/tmp/bad.pdf:
echo 'not a pdf' >> $@
/tmp/big.pdf:
wget https://www.postgresql.org/files/documentation/pdf/17/postgresql-17-A4.pdf -O $@
wget https://www.postgresql.org/files/documentation/pdf/10/postgresql-10-A4.pdf -O $@

installcheck: $(TEST_FILES)

Expand Down
2 changes: 1 addition & 1 deletion test/expected/pgpdf.out
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,6 @@ SELECT length(d::text) FROM pdfs
length
---------
4182
7055974
6042170
(2 rows)

0 comments on commit 6c0a269

Please sign in to comment.