From 7a94e88e57d4721b4ef32275d883a10e280eb277 Mon Sep 17 00:00:00 2001 From: Graham Bennett Date: Fri, 27 Nov 2015 11:54:35 +0100 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3