diff --git a/tests/XrdClTests/FileCopyTest.cc b/tests/XrdClTests/FileCopyTest.cc index 8ea8d5d8165..a649a5bee41 100644 --- a/tests/XrdClTests/FileCopyTest.cc +++ b/tests/XrdClTests/FileCopyTest.cc @@ -451,7 +451,7 @@ void FileCopyTest::CopyTestFunc( bool thirdParty ) properties.Set( "initTimeout", 10 ); CPPUNIT_ASSERT_XRDST( process3.AddJob( properties, &results ) ); CPPUNIT_ASSERT_XRDST( process3.Prepare() ); - CPPUNIT_ASSERT_XRDST_NOTOK( process3.Run(&progress), errOperationExpired ); + CPPUNIT_ASSERT_XRDST_NOTOK( process3.Run(0), errOperationExpired ); //---------------------------------------------------------------------------- // Copy to a non-existent target