ソースを参照

Fix typo in default test suite search path

Alois Mahdal 6 年 前
コミット
397b3727f9
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/libexec/jattool-runtest

+ 1
- 1
src/libexec/jattool-runtest ファイルの表示

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
     #