]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: add test for snapcap writeback of auth bits
authorSage Weil <sage@newdream.net>
Sun, 22 Aug 2010 20:49:52 +0000 (13:49 -0700)
committerSage Weil <sage@newdream.net>
Sun, 22 Aug 2010 22:19:53 +0000 (15:19 -0700)
qa/workunits/snaptest-authwb.sh [new file with mode: 0644]

diff --git a/qa/workunits/snaptest-authwb.sh b/qa/workunits/snaptest-authwb.sh
new file mode 100644 (file)
index 0000000..a753d5c
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh -x
+
+set -e
+
+touch foo
+chmod +x foo
+mkdir .snap/s
+find .snap/s/foo -executable | grep foo
+rmdir .snap/s
+rm foo