summaryrefslogtreecommitdiff
path: root/tests/cp/link-symlink
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/link-symlink')
-rwxr-xr-xtests/cp/link-symlink2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/link-symlink b/tests/cp/link-symlink
index 0d09f5d83..fff1c5cb1 100755
--- a/tests/cp/link-symlink
+++ b/tests/cp/link-symlink
@@ -22,7 +22,7 @@ print_ver_ cp
# Check that the timestamps of the symlink are copied
# if we're using hardlink to symlink emulation.
touch file
-ln -s file link || framework_failure
+ln -s file link || framework_failure_
touch -m -h -d 2011-01-01 link ||
skip_ "Your system doesn't support updating symlink timestamps"
case `stat --format=%y link` in