From 988d8667dab0c24efdabedf56467911b9a5967ed Mon Sep 17 00:00:00 2001 From: wawa Date: Thu, 9 Nov 2017 01:32:28 +0000 Subject: [PATCH] adopted an updated path to a test script. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54945 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/utilities/Installer/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/utilities/Installer/main.c b/workbench/utilities/Installer/main.c index 445e902fb3..d488f157e3 100644 --- a/workbench/utilities/Installer/main.c +++ b/workbench/utilities/Installer/main.c @@ -20,7 +20,7 @@ #ifdef DEBUG -char test_script[] = "SYS:Tests/Installer/test.script"; +char test_script[] = "SYS:Developer/Debug/Tests/Installer/test.script"; #endif /* DEBUG */ char *filename = NULL; -- 2.11.4.GIT