From d28eb0923bb7f8e3c931120c3e6235db73404d3c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Dec 2004 22:42:47 +0000 Subject: Sanitize environment. Otherwise, e.g., BLOCKSIZE=k would cause a failure. --- tests/cp/symlink-slash | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/cp/symlink-slash') diff --git a/tests/cp/symlink-slash b/tests/cp/symlink-slash index 3ef527d49..f55d49dff 100755 --- a/tests/cp/symlink-slash +++ b/tests/cp/symlink-slash @@ -7,6 +7,7 @@ if test "$VERBOSE" = yes; then cp --version fi +. $srcdir/../envvar-check . $srcdir/../lang-default pwd=`pwd` -- cgit v1.2.3-54-g00ecf