]> Zhao Yanbai Git Server - minix.git/commitdiff
tests/run: add test69 to setuids.
authorThomas Cort <tcort@minix3.org>
Sat, 6 Apr 2013 22:46:56 +0000 (22:46 +0000)
committerBen Gras <ben@minix3.org>
Mon, 8 Apr 2013 12:22:27 +0000 (14:22 +0200)
test69 requires superuser powers to adjust the time. This caused
the test to fail when run as a normal user. The patch adds test69
to the setuid list which will allow regular users to execute it.

Patch contributed by Antoine Leca.

test/run

index 8d6e69fefd3fabbd8e292e267d1aef9fe3adc1cb..bac93215685aba316369a0b0b05874f6e1e21c4b 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -12,7 +12,8 @@ total=`expr 0`                        # total number of tests tried
 badones=                       # list of tests that failed
 
 # Tests which require setuid
-setuids="test11 test33 test43 test44 test46 test56 test60 test61 test65"
+setuids="test11 test33 test43 test44 test46 test56 test60 test61 test65 \
+        test69"
 
 tests="   1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 \
          21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 \