diff options
author | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:00:52 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:00:52 +0000 |
commit | d31469da4af84d7f79626cf98a848f416adedfcb (patch) | |
tree | 8a2d57a84a436bbb8c770d6a9d6ff8154e4a6e6c /bin/test-run | |
parent | 9a43ec4a12f8963b3acd8433bdd78a301e3fc7b9 (diff) |
Updating paths to commonlib
Diffstat (limited to 'bin/test-run')
-rwxr-xr-x | bin/test-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test-run b/bin/test-run index 0e87e4321..b0969053a 100755 --- a/bin/test-run +++ b/bin/test-run @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w -I../../perllib +#!/usr/bin/perl -w -I../commonlib/perllib # # test-run: # Test harness for FixMyStreet. Makes sure we haven't broken the code. |