mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix integration test pipe-file-advio
This commit is contained in:
parent
373ac884dd
commit
1698ebb36d
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ nodes = {
|
|||
},
|
||||
remote_file_in = {
|
||||
type = "file",
|
||||
|
||||
in = {
|
||||
uri = "${URI}"
|
||||
mode = "r"
|
||||
epoch_mode = "original"
|
||||
rewind = false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -61,4 +61,4 @@ RC=$?
|
|||
|
||||
rm -f ${CONFIG_FILE} ${INPUT_FILE} ${OUTPUT_FILE}
|
||||
|
||||
exit $RC
|
||||
exit $RC
|
||||
|
|
Loading…
Add table
Reference in a new issue