summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2013-11-19 15:04:55 -0800
committerGeremy Condra <gcondra@google.com>2013-11-19 20:54:03 -0800
commitd335e4352d45f12486c4fb246b97c559bb0d82e1 (patch)
treecf462fdb4bb85e41330372812102df572803cf79
parent1672db6cfe2766c7fcf7bbb055f5c306549975b7 (diff)
downloadsyspatch-d335e4352d45f12486c4fb246b97c559bb0d82e1.tar.gz
Fix path to test binary.
Change-Id: I4a2cfb94598fca1ee4f13a88f16e44f50c1dfffd
-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"