1
0
Fork 0
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:
Steffen Vogel 2017-05-10 13:10:35 +02:00
parent 373ac884dd
commit 1698ebb36d

View file

@ -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