summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-02-01 13:29:53 +0100
committerCarl Hetherington <cth@carlh.net>2024-02-03 09:57:25 +0100
commit79ee0e5e79d8fb4a405d8b29827347d0243a17fe (patch)
treedb63ac4498164af59823a6070e96b2640ea4f502 /run
parent092c23dde5ad89e8dc8d31b83154b5ac58f5a7f2 (diff)
Don't emit subtitle images that have a zero dimension (#2743).
They cause problems later when trying to blend them into the image.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 12d59346d..4315e227f 100755
--- a/run/tests
+++ b/run/tests
@@ -3,7 +3,7 @@
# e.g. --run_tests=foo
set -e
-PRIVATE_GIT="59b62615a48a1f3a70e9c028b92dfba75c1719ba"
+PRIVATE_GIT="f4b0c41b263a17cf33edae7565f16bd21eb80b65"
if [ "$1" == "--check" ]; then
shift 1