From 62b86d30498f18115f4e82ca8f83d31c3bc1fef6 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 1 Mar 2018 14:00:29 +0100 Subject: [PATCH] adjust test case to work with ltl2dstar 0.5.4 * tests/core/ltl2dstar.test: Here. --- tests/core/ltl2dstar.test | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/tests/core/ltl2dstar.test b/tests/core/ltl2dstar.test index 5a6272864..cf8458f7c 100755 --- a/tests/core/ltl2dstar.test +++ b/tests/core/ltl2dstar.test @@ -1,6 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013-2017 Laboratoire de Recherche et Développement de +# Copyright (C) 2013-2018 Laboratoire de Recherche et Développement de # l'Epita (LRDE). # # This file is part of Spot, a model checking library. @@ -78,28 +78,13 @@ test `grep -c 'info: check_empty.*Comp' err` = 2 ltldo \ "ltl2dstar --ltl2nba=spin:ltl2tgba@-s --output-format=hoa %L %O" \ -f 'GFa -> GFb' -Hi > out.hoa + +grep 'acc-name:\|Acceptance:' out.hoa > out2 cat >expected <