- 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

@@ -12,7 +12,7 @@ OBJ= test1 test2 test3 test4 test5 test6 test7 test8 test9 \
test30 test31 test32 test34 test35 test36 test37 test38 \
test39 t10a t11a t11b test40 t40a t40b t40c t40d t40e t40f test41 \
test42 test45 test47 test48 test49 test50 test51 test52 test53 \
test54 test55 test56
test54 test55 test56 test58
BIGOBJ= test20 test24
ROOTOBJ= test11 test33 test43 test44 test46
@@ -114,3 +114,4 @@ test55: test55.c
test56: test56.c
test57: test57.c test57loop.S
if which $(GCC) >/dev/null 2>&1; then $(GCC) $(CFLAGS-GCC) -o $@ test57.c test57loop.S; fi
test58: test58.c