BlinkenArea - GitList
Repositories
Blog
Wiki
permissioner
Code
Commits
Branches
Tags
Search
Tree:
58d3413
Branches
Tags
master
permissioner
tests
trees
testTrees.bash
finish tree traversal test
Stefan Schuermans
commited
58d3413
at 2020-08-24 20:04:04
testTrees.bash
Blame
History
Raw
#! /bin/bash set -eux -o pipefail SCRIPT_DIR="$(readlink -f "$(dirname "$0")")" rm -rf work cp -a "$SCRIPT_DIR/work" work chmod -R u=rwx,g=rx,o=rx work work/nested chmod -R u=rw,g=r,o=r work/file work/nested/other ./testTrees "$SCRIPT_DIR/trees.cfg"