diff options
Diffstat (limited to 'tests/cp/perm')
-rwxr-xr-x | tests/cp/perm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cp/perm b/tests/cp/perm index 88052aa02..a31d430e0 100755 --- a/tests/cp/perm +++ b/tests/cp/perm @@ -16,8 +16,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. $srcdir/../very-expensive - if test "$VERBOSE" = yes; then set -x cp --version @@ -25,6 +23,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/../test-lib.sh +very_expensive_ umask 037 |