re enable pipe tests
authorChristoph von Wittich <christoph_vw@reactos.org>
Sun, 18 Jan 2009 14:10:28 +0000 (14:10 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sun, 18 Jan 2009 14:10:28 +0000 (14:10 +0000)
svn path=/trunk/; revision=38892

rostests/winetests/kernel32/pipe.c

index 0b1bd90..a4b6853 100755 (executable)
@@ -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");