[Pkg-owncloud-commits] [owncloud-client] 309/333: Unlink the compare file after the remote cleanup.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit fc2923aa9b7c0012a9e38a07af47eeea98841092
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Apr 7 15:10:11 2014 +0200

    Unlink the compare file after the remote cleanup.
---
 csync/tests/ownCloud/t6.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csync/tests/ownCloud/t6.pl b/csync/tests/ownCloud/t6.pl
index 90e5e8f..e08d574 100755
--- a/csync/tests/ownCloud/t6.pl
+++ b/csync/tests/ownCloud/t6.pl
@@ -53,10 +53,10 @@ assert( -e $ctrlFile, "File does not exist!" );
 my $dlMd5 = md5OfFile( $ctrlFile );
 assert( $dlMd5 eq $newMd5 );
 
-unlink( $ctrlFile );
 
 # ==================================================================
 
 cleanup();
+unlink( $ctrlFile );
 
 # --

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list