Prepared branch for raising to master
[occt.git] / tests / bugs / caf / bug381_1
index 3accee9..dd308c3 100755 (executable)
@@ -11,7 +11,8 @@ NewDocument D MDTV-Standard
 catch { SaveAs D ${imagedir}/OCC381.std }
 
 if { [catch { OCC381_Save D } ] } {
-  puts "OCC381: Error" 
+    puts "OCC381: Error" 
 } else {
+    catch { exec chmod 777 ${imagedir}/OCC381.std }
     file delete ${imagedir}/OCC381.std
 }