search for: f1e03d0

Displaying 1 result from an estimated 1 matches for "f1e03d0".

2013 Dec 12
3
[PATCH] fuse: provide a stub "flush" implementation (RHBZ#660687).
...rthermore, uncomment the timestamp checks in test-fuse.sh, since now they should be working fine. --- fuse/test-fuse.sh | 23 +++++++++++------------ src/fuse.c | 15 +++++++++++++++ 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh index f1e03d0..30b3c31 100755 --- a/fuse/test-fuse.sh +++ b/fuse/test-fuse.sh @@ -220,18 +220,17 @@ if truncate --help >/dev/null 2>&1; then rm -f truncated fi -# Disabled because of RHBZ#660687 on Debian. -# stage Checking utimens and timestamps -# for ts in 12345 1234567 987654321; do -#...