blob: 4b123c417b0a87cabc9a0a5e19d44e85ad59553b [file] [log] [blame]
#!/bin/sh
if [ `umask` != '0022' ]
then
echo "Umask must be set to 0022 to run hcatalog unit tests."
exit 1
fi