From: Sage Weil Date: Sun, 22 Aug 2010 20:49:52 +0000 (-0700) Subject: qa: add test for snapcap writeback of auth bits X-Git-Tag: v0.22~244 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fc8176c8929f45f19eb16e16789240f0a41d311d;p=ceph.git qa: add test for snapcap writeback of auth bits --- diff --git a/qa/workunits/snaptest-authwb.sh b/qa/workunits/snaptest-authwb.sh new file mode 100644 index 00000000000..a753d5c044e --- /dev/null +++ b/qa/workunits/snaptest-authwb.sh @@ -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