From 9191f32d77c437c34b4bd90b277b16745cf1b953 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 12 Feb 2013 10:32:25 -0800 Subject: [PATCH] fix(test_build_root): fix tests for coreos remove chrome and Xorg test Change-Id: I6fe575954a8110c6bd94cbe7874b2cbea90def45 --- build_library/test_build_root | 3 --- 1 file changed, 3 deletions(-) diff --git a/build_library/test_build_root b/build_library/test_build_root index c71cc14a1b..cac339ea55 100755 --- a/build_library/test_build_root +++ b/build_library/test_build_root @@ -30,11 +30,8 @@ if [[ ! -d "$ROOT" ]]; then fi ROOT_BINARIES=( - /usr/bin/Xorg /boot/vmlinuz - /sbin/session_manager /bin/sed - /opt/google/chrome/chrome ) EXITCODE=0