modify test scripts to use relative paths

This commit is contained in:
Anton Kaliaev
2017-05-04 16:50:00 +04:00
parent 9a6d190282
commit ce124c4aeb
4 changed files with 38 additions and 12 deletions
+15
View File
@@ -0,0 +1,15 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.sh]
indent_style = tab