From b3eeb4163cfdf1de9d593a9bb028cdec351f7cd3 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 25 Jan 2010 14:18:43 +0100 Subject: [PATCH] shell32/tests: Skip FO_COPY tests on old shell32. --- dlls/shell32/tests/shlfileop.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c index 200791a743c..858a98e8444 100644 --- a/dlls/shell32/tests/shlfileop.c +++ b/dlls/shell32/tests/shlfileop.c @@ -821,6 +821,12 @@ static void test_copy(void) LPSTR ptr; BOOL on_nt4 = FALSE; + if (old_shell32) + { + win_skip("Too many differences for old shell32\n"); + return; + } + shfo.hwnd = NULL; shfo.wFunc = FO_COPY; shfo.pFrom = from;