]> Zhao Yanbai Git Server - minix.git/commitdiff
Give test 43 root privileges to prevent errors when run as non-root
authorErik van der Kouwe <erik@minix3.org>
Fri, 4 Dec 2009 18:58:57 +0000 (18:58 +0000)
committerErik van der Kouwe <erik@minix3.org>
Fri, 4 Dec 2009 18:58:57 +0000 (18:58 +0000)
test/Makefile

index eaab7e3f20bb797cba98a212c4b6bfe5a9767485..3e006e0a3762034134ffccfddb6b9261b317c49b 100644 (file)
@@ -8,10 +8,10 @@ OBJ=  test1  test2  test3  test4  test5  test6  test7  test8  test9  \
               test21 test22 test23        test25 test26 test27 test28 test29 \
        test30 test31 test32        test34 test35 test36 test37 test38 \
        test39 t10a t11a t11b test40 t40a t40b t40c t40d t40e t40f test41 \
-       test42 test43
+       test42 
 
 BIGOBJ=  test20 test24
-ROOTOBJ= test11 test33
+ROOTOBJ= test11 test33 test43
 
 all:   $(OBJ) $(BIGOBJ) $(ROOTOBJ)
        chmod 755 *.sh run