]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/fs/snaps/snaptest-authwb.sh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / qa / workunits / fs / snaps / snaptest-authwb.sh
1 #!/bin/sh -x
2
3 set -e
4
5 touch foo
6 chmod +x foo
7 mkdir .snap/s
8 find .snap/s/foo -executable | grep foo
9 rmdir .snap/s
10 rm foo
11
12 echo OK