diff options
Diffstat (limited to 'test/help.cxx')
| -rw-r--r-- | test/help.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/help.cxx b/test/help.cxx index dd9491c83..53cd21806 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -68,14 +68,14 @@ main(int argc, // I - Number of command-line arguments set_app_dir(); if (argc <= argn) - help->load("../../../../documentation/html/intro.html"); + help->load("../../../../test/help-test.html"); else help->load(argv[argn]); #else if (argc <= argn) - help->load("../documentation/html/intro.html"); + help->load("help-test.html"); else help->load(argv[1]); |
