summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/simple_syspatch_test/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple_syspatch_test/test.sh b/test/simple_syspatch_test/test.sh
index 08d91f1..8b55eb6 100755
--- a/test/simple_syspatch_test/test.sh
+++ b/test/simple_syspatch_test/test.sh
@@ -32,7 +32,7 @@ rm a_to_b.patch
rm a_to_b.patch.orig
# run the test
-$ANDROID_BUILD_TOP/out/host/linux-x86/bin/syspatch a a_to_b.patch.xz a
+$ANDROID_BUILD_TOP/out/host/linux-x86/bin/syspatch_host a a_to_b.patch.xz a
cmp a b
if [ $? -ne 0 ]; then
echo "Test failed"