[Pkg-libvirt-commits] [libguestfs] 24/66: fuse: Enable futimens test (RHBZ#1144766).

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:47:38 UTC 2014


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

bengen pushed a commit to annotated tag debian/1%1.27.54-1
in repository libguestfs.

commit 58eaf258c143c0b8321d8b7cbc9b96e73e82536f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Sep 22 13:57:02 2014 +0100

    fuse: Enable futimens test (RHBZ#1144766).
---
 fuse/test-fuse.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/fuse/test-fuse.c b/fuse/test-fuse.c
index 2876dc4..1e18a75 100644
--- a/fuse/test-fuse.c
+++ b/fuse/test-fuse.c
@@ -249,9 +249,7 @@ test_fuse (void)
   unsigned u, u1;
   int fd;
   struct timeval tv[2];
-#if 0
   struct timespec ts[2];
-#endif
   acl_t acl;
   char *acl_text;
 
@@ -574,8 +572,6 @@ test_fuse (void)
     return -1;
   }
 
-#if 0
-  /* Does not work! See https://bugzilla.redhat.com/show_bug.cgi?id=1144766 */
   STAGE ("checking utimens");
 
   fd = open ("timestamp", O_WRONLY|O_CREAT|O_TRUNC|O_NOCTTY|O_CLOEXEC, 0644);
@@ -605,7 +601,6 @@ test_fuse (void)
     return -1;
   }
   close (fd);
-#endif
 
   STAGE ("checking writes");
 

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



More information about the Pkg-libvirt-commits mailing list