Skip to content

Commit

Permalink
qa: fix _fixmod function name typo in test 994
Browse files Browse the repository at this point in the history
Thanks to Michal Kolar from the Red Hat QE team for
reporting this one.
  • Loading branch information
natoscott committed May 3, 2019
1 parent 4363aa7 commit 25f7bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/994
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ p
then
echo "$target: wrong mode: expected $mode (from $makefile), found $_mode"
ls -ld $target
$fix && _fixmod "$mode" "$target"
$fix && _fixmode "$mode" "$target"
fi
if [ "$_owner" != "$owner" ]
then
Expand Down

0 comments on commit 25f7bab

Please sign in to comment.