diff options
-rwxr-xr-x | tests/test_bindfs.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_bindfs.rb b/tests/test_bindfs.rb index 33eaaa4..01327b5 100755 --- a/tests/test_bindfs.rb +++ b/tests/test_bindfs.rb @@ -452,6 +452,7 @@ testenv("", :title => "utimens on symlinks") do symlink('file', 'link') end + sleep 1 # Not sure why this is needed, but something seems to overwrite the atime right after we set it, at least on Bionic. system("#{$tests_dir}/utimens_nofollow mnt/link 12 34 56 78") raise "Failed to run utimens_nofollow: #{$?.inspect}" unless $?.success? |