summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-09-24 11:57:11 -0600
committerEric Blake <ebb9@byu.net>2009-09-25 07:03:03 -0600
commitefcee783e4d576898130ccbf1cb2d7d6bf1b8420 (patch)
tree401900376fd200b55ebede212a2b777b1d3fa0d4 /tests/Makefile.am
parentfb59d72f0a48ef6bc45d795ab96131368157c59f (diff)
downloadcoreutils-efcee783e4d576898130ccbf1cb2d7d6bf1b8420.tar.xz
ln: add -L/-P options
* src/ln.c (STAT_LIKE_LINK): Delete. (logical): New flag. (long_options): Add -L, -P. (usage): Mention them. (main): Choose between them. (do_link): Perform correct action. * tests/ln/misc: Move hard-to-sym portion of test... * tests/ln/hard-to-sym: ...into new test, and add more. * tests/Makefile.am (TESTS): Run new test. * NEWS: Document this. * doc/coreutils.texi (link invocation, ln invocation): Likewise. * bootstrap.conf (gnulib_modules): Add linkat.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 63e60c8c5..2acad6bd6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -344,6 +344,7 @@ TESTS = \
install/trap \
ln/backup-1 \
ln/hard-backup \
+ ln/hard-to-sym \
ln/misc \
ln/sf-1 \
ln/slash-decorated-nonexistent-dest \