]> hydra-www.ietfng.org Git - dyna2/commitdiff
Workaround in test/repl/aggregator-conflict
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 12 Jun 2013 19:41:19 +0000 (15:41 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 12 Jun 2013 19:41:19 +0000 (15:41 -0400)
test/repl/aggregator-conflict

index 6b9b95a5ec8bbeddea5ddf0b961014b6d48a8cdd..31b7f66522b1f1cbb4af8a800a1971d3834507c3 100755 (executable)
@@ -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