From a01e08d6ee5f38338d7779c44cff82c4d069ef21 Mon Sep 17 00:00:00 2001 From: Florian Tham Date: Fri, 24 Feb 2017 23:17:18 +0100 Subject: rcup: handle directory names containing whitespace This commit fixes #197. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 149db29..613b926 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,8 @@ TESTS = \ test/rcdn-hooks-run-in-order.t \ test/rcup-hooks.t \ test/rcup-hooks-run-in-situ.t \ - test/rcup-hooks-run-in-order.t + test/rcup-hooks-run-in-order.t \ + test/rcup-spaces.t dist_check_SCRIPTS = $(TESTS) dist_check_DATA = test/helper.sh -- cgit v1.2.3