fix(test_build_root): fix tests for coreos

remove chrome and Xorg test

Change-Id: I6fe575954a8110c6bd94cbe7874b2cbea90def45
This commit is contained in:
Brandon Philips 2013-02-12 10:32:25 -08:00
parent 12302b05e2
commit 9191f32d77

View File

@ -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