From 6be09583de90cd25b8372b0a04ed02cc43fcf02f Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Wed, 12 Jun 2013 15:41:19 -0400 Subject: [PATCH] Workaround in test/repl/aggregator-conflict --- test/repl/aggregator-conflict | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/repl/aggregator-conflict b/test/repl/aggregator-conflict index 6b9b95a..31b7f66 100755 --- a/test/repl/aggregator-conflict +++ b/test/repl/aggregator-conflict @@ -4,4 +4,6 @@ echo -e " a += 1. a." |./dyna > $0.out -diff $0.expect $0.out && echo pass +diff <(sed -e 's/[ -][^ -]*\/\.dyna/ /g' $0.expect) \ + <(sed -e 's/[ -][^ -]*\/\.dyna/ /g' $0.out) \ + && echo pass -- 2.50.1