diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 02:08:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 02:15:27 -0500 |
commit | 2f49aa1268d6119e73a4d133c3395b25b81a1164 (patch) | |
tree | d8fb9a7f0bf1fd5c9238b4d50fe1024a8f13d526 /project/config | |
parent | 5196e0632dba8817478597def716f0a92e11ce93 (diff) | |
download | sbpython3-2f49aa1268d6119e73a4d133c3395b25b81a1164.tar.bz2 sbpython3-2f49aa1268d6119e73a4d133c3395b25b81a1164.tar.xz |
sofort: cfgtest: test-framework files now reside under the cfgtest subdir.
Diffstat (limited to 'project/config')
-rw-r--r-- | project/config/cfgdefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index e976ee6..f275ea1 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -16,7 +16,7 @@ # sofort's config test framework -. "$mb_project_dir/sofort/cfgtest.sh" +. "$mb_project_dir/sofort/cfgtest/cfgtest.sh" for arg ; do |