From a85c3f9167d2226aae114fed4cf862a01f920234 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 15 Feb 2013 06:59:58 -0800 Subject: [PATCH] fix(build_library/test_image_content.sh): Remove Xorg requirement Remove Xorg and chrome, we don't ship those in coreos Change-Id: Id3ffadda31c31e0d6afdc18738d2ed46fc41b537 --- build_library/test_image_content.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index 3c1a078eec..d675cdfa59 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -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