Remove redundant line from previous patch
This commit is contained in:
parent
e1e4d6649f
commit
9dda815067
1 changed files with 0 additions and 1 deletions
1
test/run
1
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue