blob: ae5a6e80f15e4f3a804f709c375e98837d537c22 [file] [log] [blame]
main: {
instruction_set: {
instructions: [
{
open_file: {
path_name: "newfile2.txt",
output_fd: "test_file"
}
},
{
resize_file: {
input_fd: "test_file",
size: 134217728
}
},
{
read_file: {
input_fd: "test_file"
}
},
{
close_file: {
input_fd: "test_file"
}
}
]
}
},
global {
absolute_path: "";
}