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