From: Nathaniel Wesley Filardo Date: Wed, 12 Jun 2013 19:41:19 +0000 (-0400) Subject: Workaround in test/repl/aggregator-conflict X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=6be09583de90cd25b8372b0a04ed02cc43fcf02f;p=dyna2 Workaround in test/repl/aggregator-conflict --- 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