diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-04 09:56:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-04 09:56:38 +0000 |
commit | 33c6233c8d8a8b1bbe5a40de71d98eabda4fd34d (patch) | |
tree | 6fd803b5c8d4e526390e4150328be841833b8cc4 /tests/cp/perm | |
parent | 58e8de7c4d44a2d0362b4c68073907714dc4a624 (diff) | |
download | coreutils-33c6233c8d8a8b1bbe5a40de71d98eabda4fd34d.tar.xz |
Mark this test as `very-expensive'
Diffstat (limited to 'tests/cp/perm')
-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 |