From 7aaf9994e4857eb84a79ed4a5cd81f4e2ac93738 Mon Sep 17 00:00:00 2001 From: "James P. Ketrenos" Date: Mon, 23 Sep 2019 21:51:49 -0700 Subject: [PATCH] Fix paste error in scripts/test for URL Signed-off-by: James P. Ketrenos --- scripts/test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test b/scripts/test index 6ccd2d7..ac2d707 100755 --- a/scripts/test +++ b/scripts/test @@ -2,7 +2,8 @@ HOST_MEDIA=$(pwd)/media [ ! -e "${HOST_MEDIA}/AUD_MW_E.264" ] && { mkdir -p ${HOST_MEDIA} - wget -q -O ${HOST_MEDIA}/AUD_MW_E.264 https://fate-suite.libav.org/h264-confo$ + wget -q -O ${HOST_MEDIA}/AUD_MW_E.264 \ + https://fate-suite.libav.org/h264-conformance/AUD_MW_E.264 } tests=( "decode AUD_MW_E.264 AUD_MW.yuv"