This bug was fixed in the package testdrive - 1.21-0ubuntu1
---
testdrive (1.21-0ubuntu1) lucid; urgency=low
* testdrive: fix conditional test, LP: #524217
-- Dustin KirklandSat, 13 Feb 2010 17:38:17 -0600
** Branch linked: lp:testdrive
** Changed in: testdrive (Ubuntu)
Thanks! I'll get it fixed.
** Changed in: testdrive (Ubuntu)
Status: New => In Progress
--
testdrive fails to create VM
https://bugs.launchpad.net/bugs/524217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
This is a problem in the code to delete existing vm images. The "if
os.path.exists()" call has an erroneous == 0 at the end causing the
os.path.unlink() to always run even if the file doesn't exist. This
causes a python exception trying to delete a file that does not exist.
--
testdrive fails to