Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: client/site_tests/security_SuidBinaries/security_SuidBinaries.py

Issue 6090004: Move Autotest to /usr/local/autotest and fix hard-coded autodir paths in client tests. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Revert to hard-coded path for logging_UserCrash Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/site_tests/realtimecomm_GTalkunittest/realtimecomm_GTalkunittest.py ('k') | global_config.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/security_SuidBinaries/security_SuidBinaries.py
diff --git a/client/site_tests/security_SuidBinaries/security_SuidBinaries.py b/client/site_tests/security_SuidBinaries/security_SuidBinaries.py
index 4608f97cd2dbef40801c7e04afe9250952e76234..696c5aa60f265f25e6cf57d61e2a3bbc88e0a866 100644
--- a/client/site_tests/security_SuidBinaries/security_SuidBinaries.py
+++ b/client/site_tests/security_SuidBinaries/security_SuidBinaries.py
@@ -25,7 +25,6 @@ class security_SuidBinaries(test.test):
cmd = ('find / -wholename /proc -prune -o '
' -wholename /dev -prune -o '
' -wholename /sys -prune -o '
- ' -wholename /home/autotest -prune -o '
' -wholename /usr/local -prune -o '
' -wholename /mnt/stateful_partition -prune -o '
'-type f -a -perm /%s -print'
« no previous file with comments | « client/site_tests/realtimecomm_GTalkunittest/realtimecomm_GTalkunittest.py ('k') | global_config.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698