X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Finstspc.tap;h=82663562a0390c9732c75f608761cf22cba7c5f3;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=aace95c660643d68e36ac5503c3f779aa2b4c370;hpb=93c2c33e04e4e5b78da45ec8c251899acce5d322;p=platform%2Fupstream%2Fautomake.git diff --git a/t/instspc.tap b/t/instspc.tap old mode 100755 new mode 100644 index aace95c..8266356 --- a/t/instspc.tap +++ b/t/instspc.tap @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2010-2012 Free Software Foundation, Inc. +# Copyright (C) 2010-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 @@ -308,7 +308,7 @@ for test_name in $test_names_list; do r=ok ../configure --prefix "/$test_string-prefix" \ && $MAKE all \ - && DESTDIR="$dest" file="./$test_string" $MAKE -e test-inst \ + && DESTDIR="$dest" file="./$test_string" $MAKE test-inst \ || r='not ok' description="$test_name in ${where}dir"