From b09651be74534d2ac8aa0ab357dcbc9e87fcf728 Mon Sep 17 00:00:00 2001 From: Joey Territo Date: Tue, 15 Dec 2020 22:02:58 -0500 Subject: [PATCH] Fix unit test for negative ignore patterns in compare command See explanation in commit a73cfc2 for explanation --- tests-ng/compare-negative-ignore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-ng/compare-negative-ignore.sh b/tests-ng/compare-negative-ignore.sh index a25f115..7c545f8 100755 --- a/tests-ng/compare-negative-ignore.sh +++ b/tests-ng/compare-negative-ignore.sh @@ -88,7 +88,7 @@ create_conf ${cfg} # sets token # import echo "[+] import" -cd ${ddpath} | ${bin} import -c ${cfg} ${tmpd}/program +cd ${ddpath} | ${bin} import -f -c ${cfg} ${tmpd}/program # make some changes to generate a diff echo "some other data" > ${tmpd}/program/a