diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 02:08:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 02:13:30 -0500 |
commit | 661bcffd663092547465ea9bb8537ea5aa716f4f (patch) | |
tree | 67ae9d6ba8f90e2f2352f5f3f6b5dc93f1cc2711 /project | |
parent | 84afa9efff887f214abb72be692543ec65cc67fe (diff) | |
download | sbpython2-661bcffd663092547465ea9bb8537ea5aa716f4f.tar.bz2 sbpython2-661bcffd663092547465ea9bb8537ea5aa716f4f.tar.xz |
sofort: cfgtest: test-framework files now reside under the cfgtest subdir.
Diffstat (limited to 'project')
-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 |