From b782d8901e108ac46c0c02b0fd131bf21f98d32a Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Tue, 18 Oct 2016 12:30:19 +0200 Subject: [PATCH] test/encoding/readable.sh: fix shell script warning Signed-off-by: Willem Jan Withagen --- src/test/encoding/readable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/encoding/readable.sh b/src/test/encoding/readable.sh index c3bc06144faf..1a424ec5d07f 100755 --- a/src/test/encoding/readable.sh +++ b/src/test/encoding/readable.sh @@ -69,7 +69,7 @@ test_object() { if [ -n "$incompat" ]; then if [ -z "$incompat_paths" ]; then echo "skipping incompat $type version $arversion, changed at $incompat < code $myversion" - continue + return else # If we are ignoring not whole type, but objects that are in $incompat_path, # we don't skip here, just give info. -- 2.47.3