From 6e00247df3cdea3292b4c50758d5ff059723d483 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Jul 2017 02:14:29 +0100 Subject: [PATCH] rewrite: make test use compiled version like the others That's the current most robust way. Otherwise, it can fail due to stack's progress output as it reinstalls hledger libs, and that reinstallation also forces all the addons to be relinked. --- tests/bin/rewrite.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/rewrite.test b/tests/bin/rewrite.test index 61eeba91d..3cd022667 100644 --- a/tests/bin/rewrite.test +++ b/tests/bin/rewrite.test @@ -222,7 +222,7 @@ >>>=0 # Rewrite using diff output -../../bin/hledger-rewrite.hs --diff -f- assets:bank and 'amt:<0' --add-posting 'expenses:fee $5' --add-posting 'assets:bank $-5' +../../bin/hledger-rewrite --diff -f- assets:bank and 'amt:<0' --add-posting 'expenses:fee $5' --add-posting 'assets:bank $-5' <<< 2016/01/01 withdraw assets:cash $20