re enable pipe tests

svn path=/trunk/; revision=38892
This commit is contained in:
Christoph von Wittich 2009-01-18 14:10:28 +00:00
parent 7090d5e238
commit f47bbd7d27

View file

@ -1327,9 +1327,6 @@ START_TEST(pipe)
{
HMODULE hmod;
skip("ROS-HACK: Skipping pipe tests -- ros' npfs is in a sorry state\n");
return;
hmod = GetModuleHandle("advapi32.dll");
pDuplicateTokenEx = (void *) GetProcAddress(hmod, "DuplicateTokenEx");