summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Graham Bennett <graham@simulcra.org>2015-11-27 11:54:35 +0100
committerGravatar Graham Bennet <mike@mike-burns.com>2015-11-27 11:56:57 +0100
commit7a94e88e57d4721b4ef32275d883a10e280eb277 (patch)
treebfd54a9a9261ef2f5c3bdeac2c64a23fc908e01f /Makefile.am
parent52028b09025c5ebc41fc88bf3d7838416fbbbe54 (diff)
Symlink identical files if they are not yet linked
Edge case: a file is a copy of a dotfile but is not linked. In this case we should link it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d4ac330..ed8ea2a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,6 +35,7 @@ TESTS = \
test/rcup-hostname.t \
test/rcup-standalone.t \
test/rcup-symlink-dirs.t \
+ test/rcup-symlink-existing.t \
test/rcup-usage.t \
test/rcdn-hooks.t \
test/rcdn-hooks-run-in-situ.t \