diff --git a/recipes-openharmony/openharmony/files/run-ptest b/recipes-openharmony/openharmony/files/run-ptest
index f2793aa6b4fa5dff66dd79961eadbc6425e6bb0a..f17c82a9e2ba1f33c0b568bd3863c265af3a3462 100644
--- a/recipes-openharmony/openharmony/files/run-ptest
+++ b/recipes-openharmony/openharmony/files/run-ptest
@@ -54,7 +54,7 @@ for ts in unittest moduletest systemtest ; do
 done
 
 # Component level test fixture teardown
-if [ -f setup.sh ]; then
+if [ -f teardown.sh ]; then
     source teardown.sh
 fi