From 189a8d53fa68f0a630ce671fa2ddcccc15588441 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Mon, 23 Sep 2013 23:57:51 +0300 Subject: Implement fuse_utimens instead of fuse_utime. Fixes utime'ing symlinks. Seems to also fix an attribute caching problem. --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 2e053dd..8fc80ea 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,7 @@ -noinst_PROGRAMS = readdir_inode +noinst_PROGRAMS = readdir_inode utimens_nofollow readdir_inode_SOURCES = readdir_inode.c +utimens_nofollow_SOURCES = utimens_nofollow.c TESTS = test_bindfs.rb SUBDIRS = internals -- cgit v1.2.3