Skip to content

Commit

Permalink
[XrdCl] Fix unit test build.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Dec 10, 2019
1 parent 6eb18aa commit 7b0c5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/XrdClTests/FileCopyTest.cc
Expand Up @@ -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
Expand Down

0 comments on commit 7b0c5c4

Please sign in to comment.