@ -7,7 +7,7 @@ main() {
number_failures=0
dirs="$@"
test=$(pwd)
work=$(mktemp --directory)
work=$(mktemp -d)
cp -R . $work
trap "rm -R $work" EXIT
for dir in $(find $dirs -type d); do
The note is not visible to the blocked user.