From 52d9bba7126de635eb356e3b379c5e4659ce2462 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 30 Nov 2007 23:22:21 +0100 Subject: tests: move the very-expensive file into test-lib.sh * tests/very-expensive: Remove file. * tests/test-lib.sh (very_expensive_): New function. * tests/Makefile.am (EXTRA_DIST): Remove very-expensive. * tests/cp/perm: Call the new function, rather than sourcing the file. * tests/tail-2/assert: Likewise. * tests/tail-2/assert-2: Likewise. * tests/du/2g: Likewise. --- tests/cp/perm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/cp') diff --git a/tests/cp/perm b/tests/cp/perm index 88052aa02..a31d430e0 100755 --- a/tests/cp/perm +++ b/tests/cp/perm @@ -16,8 +16,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -. $srcdir/../very-expensive - if test "$VERBOSE" = yes; then set -x cp --version @@ -25,6 +23,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/../test-lib.sh +very_expensive_ umask 037 -- cgit v1.2.3-70-g09d2