http://bugs.winehq.org/show_bug.cgi?id=18283 Summary: Test Case for Inetmib1 fails because its looking for the test case in the wrong directory Product: Wine Version: 1.1.20 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: testcases AssignedTo: wine-bugs(a)winehq.org ReportedBy: celticht32(a)aol.com The Test Case for Inetmib1 fails because it is unable to find the executable to run. This occurs in both manual and automatic run of the wine test suite. In the Automatic run there is nothing to tell what the problem is.. the test just fails. When you manually run the test you find out the issue that is the cause of the failure. Here is a paste of the error: [cahrendt(a)stinky tests]$ make test ../../../tools/runtest -q -P wine -M inetmib1.dll -T ../../.. -p inetmib1_test.exe.so main.c && touch main.ok Warning: could not find DOS drive for current working directory '/home/cahrendt/wine-git/dlls/inetmib1/tests', starting in the Windows directory. wine: could not load L"C:\\windows\\system32\\inetmib1_test.exe.so": Module not found make: *** [main.ok] Error 126 If you do a ls from the same directory you see the following: [cahrendt(a)stinky tests]$ ls inetmib1_test.exe.so main.o Makefile.in testlist.o main.c Makefile testlist.c [cahrendt(a)stinky tests]$ pwd /home/cahrendt/wine-git/dlls/inetmib1/tests -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.