bd0958
commit 25f7bab80fea8676fa24435e275934fc81f68bc7
bd0958
Author: Nathan Scott <nathans@redhat.com>
bd0958
Date:   Fri May 3 15:58:17 2019 +1000
bd0958
bd0958
    qa: fix _fixmod function name typo in test 994
bd0958
    
bd0958
    Thanks to Michal Kolar from the Red Hat QE team for
bd0958
    reporting this one.
bd0958
bd0958
diff --git a/qa/994 b/qa/994
bd0958
index cdf9485b6..01de9449b 100755
bd0958
--- a/qa/994
bd0958
+++ b/qa/994
bd0958
@@ -151,7 +151,7 @@ p
bd0958
 	then
bd0958
 	    echo "$target: wrong mode: expected $mode (from $makefile), found $_mode"
bd0958
 	    ls -ld $target
bd0958
-	    $fix && _fixmod "$mode" "$target"
bd0958
+	    $fix && _fixmode "$mode" "$target"
bd0958
 	fi
bd0958
 	if [ "$_owner" != "$owner" ]
bd0958
 	then