fix(build_library/test_image_content.sh): Remove Xorg requirement

Remove Xorg and chrome, we don't ship those in coreos

Change-Id: Id3ffadda31c31e0d6afdc18738d2ed46fc41b537
This commit is contained in:
Brandon Philips 2013-02-15 06:59:58 -08:00
parent 78e2afafea
commit a85c3f9167

View File

@ -7,11 +7,8 @@ test_image_content() {
local returncode=0
local binaries=(
"$root/usr/bin/Xorg"
"$root/boot/vmlinuz"
"$root/sbin/session_manager"
"$root/bin/sed"
"$root/opt/google/chrome/chrome"
)
for test_file in "${binaries[@]}"; do