@@ -75,7 +75,7 @@ def run_test_FIFO_basics_with_unevictable_files():
7575 def test_actor ():
7676 this_actor .info ("Create a 20MB file at /dev/fifo/20mb.txt" )
7777 fs .create_file ("/dev/fifo/20mb.txt" , "20MB" )
78- this_actor .info ("Making the 20MB file at /dev/fifo/20mb.txt unevictable" );
78+ this_actor .info ("Making the 20MB file at /dev/fifo/20mb.txt unevictable" )
7979 try :
8080 fs .make_file_evictable ("/dev/fifo/bogus.txt" , False )
8181 except FileNotFoundException :
@@ -130,7 +130,7 @@ def test_actor():
130130 [["create" , "f1" , "20MB" ], ["f1" ], []],
131131 [["create" , "f2" , "50MB" ], ["f1" , "f2" ], []],
132132 [["create" , "f3" , "30MB" ], ["f1" , "f2" , "f3" ], []],
133- [["delete" , "f1" ], ["f2" , "f3" ], ["f1" ]],
133+ [["delete" , "f1" ], ["f2" , "f3" ], ["f1" ]],
134134 [["create" , "f4" , "30MB" ], ["f3" , "f4" ], ["f2" ]],
135135 [["create" , "f5" , "50MB" ], ["f4" , "f5" ], ["f3" ]],
136136 [["create" , "f6" , "10MB" ], ["f4" , "f5" , "f6" ], []],
@@ -190,12 +190,12 @@ def test_actor():
190190 [["create" , "f1" , "20MB" ], ["f1" ], []],
191191 [["create" , "f2" , "50MB" ], ["f1" , "f2" ], []],
192192 [["create" , "f3" , "30MB" ], ["f1" , "f2" , "f3" ], []],
193- [["access" , "f1" ], ["f1" , "f2" , "f3" ], []],
193+ [["access" , "f1" ], ["f1" , "f2" , "f3" ], []],
194194 [["create" , "f4" , "30MB" ], ["f1" , "f3" , "f4" ], ["f2" ]],
195- [["delete" , "f1" ], ["f3" , "f4" ], ["f1" ]],
195+ [["delete" , "f1" ], ["f3" , "f4" ], ["f1" ]],
196196 [["create" , "f5" , "10MB" ], ["f3" , "f4" , "f5" ], []],
197197 [["create" , "f6" , "80MB" ], ["f5" , "f6" ], ["f3" , "f4" ]],
198- [["access" , "f5" ], ["f5" , "f6" ], []],
198+ [["access" , "f5" ], ["f5" , "f6" ], []],
199199 [["create" , "f7" , "20MB" ], ["f5" , "f7" ], ["f6" ]]
200200 ]
201201
0 commit comments