- Return ENOENT when trying to add files to removed (but open) directories.

- Add test58 to test this behavior.
This commit is contained in:
Thomas Veerman
2010-09-01 09:07:18 +00:00
parent bf6f0216d5
commit 0b00cf70b6
7 changed files with 221 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ badones= # list of tests that failed
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 \
41 42 43 44 45 45-gcc 46 47 48 49 49-gcc 50 \
51 51-gcc 52 52-gcc 53 54 55 56 57 \
51 51-gcc 52 52-gcc 53 54 55 56 57 58\
sh1.sh sh2.sh"
tests_no=`expr 0`