Merge: nitunit: accept an absolute path for `--dir`.
authorJean Privat <jean@pryen.org>
Tue, 7 Oct 2014 12:35:12 +0000 (08:35 -0400)
committerJean Privat <jean@pryen.org>
Tue, 7 Oct 2014 12:35:12 +0000 (08:35 -0400)
When I passed an absolute path to the `--dir` option of `nitunit`, I got errors like this one:
```
ERROR: test_unread_order (in file /my/costum/dir/.nitunit/test_push_back_reader_TestPushBackDecorator_test_unread_order.nit): sh: 1: .//my/costum/dir/.nitunit/test_push_back_reader_TestPushBackDecorator_test_unread_order.bin: not found
```

It was a trivial bug so I fixed this.

Pull-Request: #809
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>


Trivial merge