tests: add test77 for opening/closing PTYs

Change-Id: I30e3418f75137aa08037fa6581ff3d4cce32a114
This commit is contained in:
David van Moolenbroek
2013-08-31 16:13:37 +02:00
committed by Lionel Sambuc
parent 20173cb5d7
commit 4211c5d267
4 changed files with 491 additions and 3 deletions

View File

@@ -21,14 +21,14 @@ badones= # list of tests that failed
# Programs that require setuid
setuids="test11 test33 test43 test44 test46 test56 test60 test61 test65 \
test69 test76" # test73"
test69 test76 test77" # test73"
# Scripts that require to be run as root
rootscripts="testisofs"
alltests="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 \
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 \
61 62 63 64 65 66 67 68 69 70 71 72 75 76 \
61 62 63 64 65 66 67 68 69 70 71 72 75 76 77 \
sh1 sh2 interp mfs isofs"
tests_no=`expr 0`