commit 39409d162f1593468b6c23df514326cc809d6926 parent adbcb7afe9b9433a9963c8435b2a4cf1ea8c9b0d Author: Antoine Amarilli <a3nm@a3nm.net> Date: Fri, 27 Jul 2012 22:21:40 +0200 fix test Diffstat:
test/order_1.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/order_1.sh b/test/order_1.sh @@ -8,8 +8,8 @@ cat >tosay <<EOF [#test1,#test2] c EOF cat > ref_message <<EOF -[#test2] <op2> a -[#test2] <op2> b +[#test2] <op> a +[#test2] <op> b EOF (sleep 5; cat tosay) |