Browse Source

Fix typo in default test suite search path

Alois Mahdal 6 years ago
parent
commit
397b3727f9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libexec/jattool-runtest

+ 1
- 1
src/libexec/jattool-runtest View File

33
         jattool qrun "./test"
33
         jattool qrun "./test"
34
 }
34
 }
35
 
35
 
36
-JATS__PATH=${JATS__PATH:-/usr/share/jat/suite}
36
+JATS__PATH=${JATS__PATH:-/usr/share/jats/suite}
37
 
37
 
38
 tlocate() {
38
 tlocate() {
39
     #
39
     #