From 14123951ba18c097e91c5da41c9a605e0d7f10d3 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 2 Jul 2017 18:58:07 +0200 Subject: [PATCH] tests: fix file node-type configuration --- tests/integration/pipe-file-advio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/pipe-file-advio.sh b/tests/integration/pipe-file-advio.sh index 68df24daa..77359a1d8 100755 --- a/tests/integration/pipe-file-advio.sh +++ b/tests/integration/pipe-file-advio.sh @@ -46,7 +46,7 @@ nodes = { uri = "${URI}" mode = "r" epoch_mode = "original" - rewind = false, + eof = "exit", } } }