From 27598911b4b14f5656d96d7a23d5b769a82e63f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Granjoux?= Date: Sun, 26 Feb 2012 21:26:08 +0100 Subject: [PATCH] am-project: bgo #670830 - am-project anjuta test-case fails on dist-check --- plugins/am-project/tests/anjuta.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/am-project/tests/anjuta.at b/plugins/am-project/tests/anjuta.at index 1e2fb4d4d..544dfc1c1 100644 --- a/plugins/am-project/tests/anjuta.at +++ b/plugins/am-project/tests/anjuta.at @@ -3,8 +3,8 @@ AT_PARSER_CHECK([load ../../$at_top_srcdir \ list]) # Remove node number and top group node as its name is the unknown top project # directory name -AT_CHECK([[sed 's/^\(\s*\w\+\s*(\)[0-9:]\+\()\)/\1\2/' ../../$at_srcdir/anjuta.lst | sed '1,/^\s*GROUP ():/{/^\s*GROUP ():/d;}' > anjuta.lst]]) +AT_CHECK([[sed 's/^\(\s*\w\+\s*(\)[0-9:]\+\()\)/\1\2/' ../../$at_srcdir/anjuta.lst | sed '1,/^\s*ROOT ():/{/^\s*ROOT ():/d;}' > anjuta.lst]]) # Remove node number and top group node as its name is the unknown top project # directory name -AT_CHECK([[sed 's/^\(\s*\w\+\s*(\)[0-9:]\+\()\)/\1\2/' output | sed '1,/^\s*GROUP ():/{/^\s*GROUP ():/d;}' | diff - anjuta.lst]]) +AT_CHECK([[sed 's/^\(\s*\w\+\s*(\)[0-9:]\+\()\)/\1\2/' output | sed '1,/^\s*ROOT ():/{/^\s*ROOT ():/d;}' | diff - anjuta.lst]]) AT_CLEANUP -- 2.11.4.GIT