diff options
Diffstat (limited to 'test/CheckOptions.py')
-rwxr-xr-x | test/CheckOptions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CheckOptions.py b/test/CheckOptions.py index dc865532..bb0b3731 100755 --- a/test/CheckOptions.py +++ b/test/CheckOptions.py @@ -19,8 +19,8 @@ class CheckOptions (object): self.source_file = None self.sep = "\n --" - self.ledger = os.path.abspath(args.ledger) - self.source = os.path.abspath(args.source) + self.ledger = os.path.realpath(args.ledger) + self.source = os.path.realpath(args.source) self.missing_options = set() self.unknown_options = set() |