From: Erik van der Kouwe Date: Fri, 4 Sep 2009 13:36:43 +0000 (+0000) Subject: Remove redundant line from previous patch X-Git-Tag: v3.1.5~160 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=9dda8150679d22e39a836abfb0665cc4284fcd70;p=minix.git Remove redundant line from previous patch --- diff --git a/test/run b/test/run index dc95c3d06..94f7c97d3 100755 --- a/test/run +++ b/test/run @@ -23,7 +23,6 @@ do total=`expr $total + 1` CMD=./test$i if [ $USER = root -a \( $i = 11 -o $i = 33 \) ] then - chmod u+s $CMD > /dev/null CMD=su\ -\ ast\ -c\ `pwd`/$CMD fi