Rename mode
to permissions
in fs.cue
Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
@@ -16,10 +16,10 @@ engine.#Plan & {
|
||||
}
|
||||
|
||||
writeChecker: engine.#WriteFile & {
|
||||
input: mkdir.output
|
||||
path: "/test/foo"
|
||||
contents: "bar"
|
||||
mode: 700
|
||||
input: mkdir.output
|
||||
path: "/test/foo"
|
||||
contents: "bar"
|
||||
permissions: 700
|
||||
}
|
||||
|
||||
readChecker: engine.#ReadFile & {
|
||||
|
@@ -17,10 +17,10 @@ engine.#Plan & {
|
||||
}
|
||||
|
||||
writeChecker: engine.#WriteFile & {
|
||||
input: mkdir.output
|
||||
path: "/test/baz/foo"
|
||||
contents: "bar"
|
||||
mode: 700
|
||||
input: mkdir.output
|
||||
path: "/test/baz/foo"
|
||||
contents: "bar"
|
||||
permissions: 700
|
||||
}
|
||||
|
||||
readChecker: engine.#ReadFile & {
|
||||
|
@@ -16,10 +16,10 @@ engine.#Plan & {
|
||||
}
|
||||
|
||||
writeChecker: engine.#WriteFile & {
|
||||
input: mkdir.output
|
||||
path: "/test/baz/foo"
|
||||
contents: "bar"
|
||||
mode: 700
|
||||
input: mkdir.output
|
||||
path: "/test/baz/foo"
|
||||
contents: "bar"
|
||||
permissions: 700
|
||||
}
|
||||
|
||||
readChecker: engine.#ReadFile & {
|
||||
|
Reference in New Issue
Block a user