diff options
-rwxr-xr-x | t/test-suite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-suite b/t/test-suite index 39d9b39..5c886ef 100755 --- a/t/test-suite +++ b/t/test-suite @@ -1,4 +1,4 @@ -#!/usr/bin/ruby -I../worker/tests/ -I./worker/tests/ -I../../worker/tests/ -I../worker/ -I../../worker/ -I./worker/ +#!/usr/bin/ruby -I../worker/tests/ -I./worker/tests/ -I../../worker/tests/ -I../worker/ -I../../worker/ -I./worker/ -I./parser/ -I../parser/ # # This is a simple wrapper that will run the complete test-suite. # |