Public bug reported:

Binary package hint: testdrive

Due to the rsync parameters testdrive cache folder is not working on
ntfs drives.

Changing line 286 in testdrive from:
  run_or_die("rsync -azP %s %s" % (ISO_URL, PATH_TO_ISO))
to:
  run_or_die("rsync -rlDzP %s %s" % (ISO_URL, PATH_TO_ISO))
fixes the problem.

Whether the change should be done there or should there be special
handling for ntfs I have no idea.

** Affects: testdrive (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: cache ntfs

-- 
cache folder on ntfs
https://bugs.launchpad.net/bugs/571846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to