diff options
-rwxr-xr-x | tests/cp/perm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/perm b/tests/cp/perm index e39b8d6b0..969104525 100755 --- a/tests/cp/perm +++ b/tests/cp/perm @@ -1,7 +1,7 @@ #!/bin/sh # Make sure the permission-preserving code in copy.c (mv, cp, install) works. -. $srcdir/../expensive +. $srcdir/../very-expensive if test "$VERBOSE" = yes; then set -x |