summaryrefslogblamecommitdiffstats
path: root/testsuites/psxtests/psximfs01/psximfs01.scn
blob: 5ae790a56dc46e8154125f8b3a4ba17d6afc1bc4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                         

                         

                            
                   
                   
                           
*** TEST IMFS 01 ***
open(biggie) - OK 
write(biggie) - OK 
Total written = 1280
close(biggie) - OK 

open(biggie) - OK 
read(biggie) - OK 
File correctly read until ENOSPC returned

close(biggie) - OK 
open(biggie) - OK 
Seek to end .. returned 1280
lseek/ftruncate loop..
Seek to end .. returned 1
lseek/ftruncate loop..
Seek to end .. returned 1295
lseek/ftruncate loop..
close(biggie) - OK 
unlink(biggie) - OK
*** END OF TEST IMFS 01 ***