diff options
author | 2017-02-20 10:01:07 +0000 | |
---|---|---|
committer | 2017-02-20 10:01:07 +0000 | |
commit | 7a49d93ee265b978ab29cae659e46d41da78459a (patch) | |
tree | fad927b7e1dc8aa54a914dfb516da2a4eb26c3f9 | |
parent | b4aeefe88ff749a9c5b1d6cbf9c30129a4e92037 (diff) | |
parent | 90355fec9b10d04a6bc7cf31af0f7462cd329576 (diff) |
Merge "Use "false" instead of "/system/bin/false"."
-rwxr-xr-x | test/etc/run-test-jar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index 7d218f1d61..f3d4332009 100755 --- a/test/etc/run-test-jar +++ b/test/etc/run-test-jar @@ -19,7 +19,7 @@ DEBUGGER="n" DEV_MODE="n" DEX2OAT="" EXPERIMENTAL="" -FALSE_BIN="/system/bin/false" +FALSE_BIN="false" FLAGS="" ANDROID_FLAGS="" GDB="" |