X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fdistcheck-pr9579.sh;h=b822e5c6d7e37ffc878aa192740fb7e8e7404aa4;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=8c6b6da544e5348f8e4fb585ad23292b96aeeaaf;hpb=37ce97010c0c428663a38b270d843c4a4fad52f2;p=platform%2Fupstream%2Fautomake.git diff --git a/t/distcheck-pr9579.sh b/t/distcheck-pr9579.sh old mode 100755 new mode 100644 index 8c6b6da..b822e5c --- a/t/distcheck-pr9579.sh +++ b/t/distcheck-pr9579.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2012 Free Software Foundation, Inc. +# Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -54,9 +54,7 @@ $MAKE uninstall test -f inst/share/dir rm -rf inst -$MAKE distcheck >output 2>&1 && { cat output; exit 1; } -cat output - +run_make -M -e FAIL distcheck $FGREP 'ERROR: files left after uninstall:' output grep '/share/dir *$' output @@ -86,9 +84,7 @@ test -f inst/mu/share/info/dir test -f inst/share/info/more/dir rm -rf inst -$MAKE distcheck >output 2>&1 && { cat output; exit 1; } -cat output - +run_make -M -e FAIL distcheck $FGREP 'ERROR: files left after uninstall:' output grep '/mu/share/info/dir *$' output grep '/share/info/more/dir *$' output