ceph/qa/workunits/snaptest-authwb.sh

11 lines
120 B
Bash
Raw Normal View History

#!/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