commit | 79595b5a1bc956879525ebce319a0d564ee335e6 | [log] [tgz] |
---|---|---|
author | Geremy Condra <gcondra@google.com> | Wed Nov 20 04:55:41 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Nov 20 04:55:42 2013 +0000 |
tree | cf462fdb4bb85e41330372812102df572803cf79 | |
parent | e574566506b0eeb958a82e92db349d7d2a8b33e4 [diff] | |
parent | d335e4352d45f12486c4fb246b97c559bb0d82e1 [diff] |
Merge "Fix path to test binary."
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.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"