Skip to content

Commit

Permalink
test/encoding/readable.sh: fix shell script warning
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
  • Loading branch information
wjwithagen committed Oct 18, 2016
1 parent 2eb89c8 commit b782d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/encoding/readable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b782d89

Please sign in to comment.