You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. run ./Bonnie -u
What is the expected output? What do you see instead?
Expected: Bonnie runs as normal, but doesn't unlink file in scratch directory.
Observed:
./Bonnie: illegal option -- u
usage: Bonnie [-d scratch-dir] [-s size-in-Mb] [-m machine-label] [-f txt/html]
What version of the product are you using? On what operating system?
Subversion trunk on Linux and Mac OSX
Please provide any additional information below.
I've attached a patch that changes the options passed to getopt. There's
an 'x' option that isn't used anywhere that I assume should be a 'u' option
because that is what's used further down in the code.
Original issue reported on code.google.com by [email protected] on 29 Jul 2009 at 7:43
Original issue reported on code.google.com by
[email protected]
on 29 Jul 2009 at 7:43Attachments:
The text was updated successfully, but these errors were encountered: