summaryrefslogtreecommitdiff
path: root/tests/cp/preserve-slink-time
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/preserve-slink-time')
-rwxr-xr-xtests/cp/preserve-slink-time8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/cp/preserve-slink-time b/tests/cp/preserve-slink-time
index 88c1016f8..5a61b7e8c 100755
--- a/tests/cp/preserve-slink-time
+++ b/tests/cp/preserve-slink-time
@@ -16,12 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-if test "$VERBOSE" = yes; then
- set -x
- cp --version
-fi
-
-. $srcdir/test-lib.sh
+. "${srcdir=.}/init.sh"; path_prepend_ ../src
+test "$VERBOSE" = yes && cp --version
grep '^#define HAVE_UTIMENSAT 1' "$CONFIG_HEADER" > /dev/null ||
grep '^#define HAVE_LUTIMES 1' "$CONFIG_HEADER" > /dev/null ||