Skip to content

Commit

Permalink
Use chmod a-w instead of -w
Browse files Browse the repository at this point in the history
Some versions of chmod give warnings that not all permissions are
changed if you use `-w`, because bits that are set in the umask are not
affected.

Belonging to [master]:
  - OpenModelica/OpenModelica-testsuite#1009
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Aug 9, 2018
1 parent f3ff402 commit d199cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmodelica/interactive-API/Rename.mos
@@ -1,7 +1,7 @@
// name: Rename
// keywords: rename Component
// status: correct
// setup_command: chmod -w RenameRO.mo
// setup_command: chmod a-w RenameRO.mo
//
loadFile("Rename.mo"); getErrorString();

Expand Down

0 comments on commit d199cb7

Please sign in to comment.