Use octal numbers for modes in the test suite.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 30 Jun 2009 12:07:07 +0000 (13:07 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 30 Jun 2009 12:10:44 +0000 (13:10 +0100)
commita10a2d46f572829fcd1f4266315106f231327d08
tree1f1f2366ae963a6b0df2e2898a4a62f3d4a0d9ff
parentf68b3ac861ae607a333211c775dded82ae2b2c4a
Use octal numbers for modes in the test suite.

We have to use the OCaml convention (0o...).  Note that in
OCaml 0777 is a _decimal_ number.  It'll catch you out.
src/generator.ml