X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fpr300-lib.sh;h=6b00b8eead223ff449780d1e3768c0b4da333854;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=a676a3a6922d7dd304428e6eaccbd687ba6c798c;hpb=9465eb2651d9af30519882c4b583acc8ce91b8bb;p=platform%2Fupstream%2Fautomake.git diff --git a/t/pr300-lib.sh b/t/pr300-lib.sh old mode 100755 new mode 100644 index a676a3a..6b00b8e --- a/t/pr300-lib.sh +++ b/t/pr300-lib.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-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 @@ -18,7 +18,7 @@ # PR/300 required=cc -. ./defs || Exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_RANLIB @@ -65,8 +65,8 @@ test -f inst/lib/subdir/libb.a $MAKE uninstall -test -f inst/lib/liba.a && Exit 1 -test -f inst/lib/subdir/libb.a && Exit 1 +test -f inst/lib/liba.a && exit 1 +test -f inst/lib/subdir/libb.a && exit 1 $MAKE install-strip