Fix merge

pull/33/head
Raphaël Vinot 2015-02-21 13:15:58 +01:00
parent bf66e76d1c
commit 1636a5d44a
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Source keys:
- Malicious documents (very slow, might break the conversions)
Destinations keys
- empty, big enough
[DONE] empty, big enough
- empty, too small
- broken
- not empty

View File

@ -72,6 +72,7 @@ mount -o loop,offset=${OFFSET_VFAT_NORM} ${IMAGE_EXT4} ${SETUP_DIR}
cp -rf content_img_vfat_norm/* ${SETUP_DIR}
umount ${SETUP_DIR}
chmod -w ${IMAGE}
./run.exp ${IMAGE} ${IMAGE_VFAT_NORM} ${IMAGE_DEST}
sleep 10
./run.exp ${IMAGE} ${IMAGE_VFAT_PART} ${IMAGE_DEST}
@ -87,4 +88,6 @@ sleep 10
#./run.exp ${IMAGE} ${IMAGE_EXT4} ${IMAGE_DEST}
#./run.exp ${IMAGE} ${IMAGE_VFAT_PART} ${IMAGE_DEST}
chmod +w ${IMAGE}