diff options
| author | Jim Meyering <jim@meyering.net> | 2000-10-28 13:50:14 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2000-10-28 13:50:14 +0000 |
| commit | 328bfd1fb7985eef499ddf50abedf0f732a6c4ac (patch) | |
| tree | 491918a9b9ca084d86d517f23f111c03fde4834d /tests/cp/perm | |
| parent | *this* is not an expensive test (diff) | |
| download | coreutils-328bfd1fb7985eef499ddf50abedf0f732a6c4ac.tar.gz coreutils-328bfd1fb7985eef499ddf50abedf0f732a6c4ac.zip | |
Disable this test by default; it's expensive.
Mark this as an expensive test.
Diffstat (limited to 'tests/cp/perm')
| -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 |
