mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Actually load the correct module to test invalid dependencies.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15927 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
114190d816
commit
85785f0789
@ -13,7 +13,7 @@ guile_main(void *closure, int argc, char ** argv)
|
||||
|
||||
gnc_module_system_init();
|
||||
|
||||
foo = gnc_module_load("gnucash/incompatdeps", 0);
|
||||
foo = gnc_module_load("gnucash/incompatdep", 0);
|
||||
|
||||
if(!foo) {
|
||||
printf(" ok\n");
|
||||
|
Loading…
Reference in New Issue
Block a user