From e8643ec8a34b2ae611b75d0db1633997bbb2e5e4 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 31 Mar 2019 22:33:03 +0200 Subject: [PATCH] fix tests --- tests-ng/ignore-empty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-ng/ignore-empty.sh b/tests-ng/ignore-empty.sh index 834c578..4d33f12 100755 --- a/tests-ng/ignore-empty.sh +++ b/tests-ng/ignore-empty.sh @@ -77,7 +77,7 @@ _EOF # create the dotfile mkdir -p ${tmps}/dotfiles/d1 echo "{{@@ var1 @@}}" > ${tmps}/dotfiles/d1/empty -echo "not empty" >> ${tmps}/dotfiles/d1/notempty +echo "not empty" > ${tmps}/dotfiles/d1/notempty # install cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V