| Index: src/scripts/image_to_usb.sh
 | 
| diff --git a/src/scripts/image_to_usb.sh b/src/scripts/image_to_usb.sh
 | 
| index ad033ccbc4d6f06c228507228dbaea478bd7ee2e..b89725acfe41718b2985e8e0ffd63f31eab04770 100755
 | 
| --- a/src/scripts/image_to_usb.sh
 | 
| +++ b/src/scripts/image_to_usb.sh
 | 
| @@ -96,7 +96,7 @@ if [ ${FLAGS_test_image} -eq ${FLAGS_TRUE} ] ; then
 | 
|      cp -f "${SRC_IMAGE}" "${FLAGS_from}/chromiumos_test_image.bin"
 | 
|      # Modify it.
 | 
|      "${SCRIPTS_DIR}/mod_image_for_test.sh" --image \
 | 
| -      "${FLAGS_from}/chromiumos_test_image.bin"
 | 
| +      "${FLAGS_from}/chromiumos_test_image.bin" --yes
 | 
|    fi
 | 
|    # Use it.
 | 
|    SRC_IMAGE="${FLAGS_from}/chromiumos_test_image.bin"
 | 
| 
 |