Skip to content

Commit

Permalink
Merge pull request #11527 from wjwithagen/wip-wjw-readable.sh
Browse files Browse the repository at this point in the history
test/encoding/readable.sh: fix shell script warning

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
liewegas committed Nov 4, 2016
2 parents 2812e09 + b782d89 commit d95d522
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 d95d522

Please sign in to comment.