From 328bfd1fb7985eef499ddf50abedf0f732a6c4ac Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 28 Oct 2000 13:50:14 +0000 Subject: Disable this test by default; it's expensive. Mark this as an expensive test. --- tests/cp/perm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/cp/perm') 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 -- cgit v1.2.3-54-g00ecf