diff --git a/common b/common index 3068ad394..fdf5e6371 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 3068ad394243c562d57cbe6be0a386097a29430f +Subproject commit fdf5e6371606f247d5adb17caa701b19f9113ec5 diff --git a/etc/examples/nodes/advio.conf b/etc/examples/nodes/advio.conf index e1fd6a5e3..65fe83116 100644 --- a/etc/examples/nodes/advio.conf +++ b/etc/examples/nodes/advio.conf @@ -28,10 +28,10 @@ nodes = { remote_file = { type = "file", - uri = "https://1Nrd46fZX8HbggT:badpass@rwth-aachen.sciebo.de/public.php/webdav/node/data/demo_in.dat", + uri = "https://Q9ZHPBD5eRlZcAi:badpass@rwth-aachen.sciebo.de/public.php/webdav/data/demo_in.dat", # The output path accepts all format tokens of (see strftime(3)) - #uri = "https://1Nrd46fZX8HbggT:badpass@rwth-aachen.sciebo.de/public.php/webdav/node/data/demo_%y-%m-%d_%H-%M-%S.dat", + #uri = "https://Q9ZHPBD5eRlZcAi:badpass@rwth-aachen.sciebo.de/public.php/webdav/data/demo_%y-%m-%d_%H-%M-%S.dat", out = { mode = "a+" # You might want to use "a+" to append to a file diff --git a/tests/integration/pipe-file-advio.sh b/tests/integration/pipe-file-advio.sh index bf4c5620b..8f0e2503c 100755 --- a/tests/integration/pipe-file-advio.sh +++ b/tests/integration/pipe-file-advio.sh @@ -32,7 +32,7 @@ OUTPUT_FILE=$(mktemp) NUM_SAMPLES=${NUM_SAMPLES:-10} -URI=https://1Nrd46fZX8HbggT:badpass@rwth-aachen.sciebo.de/public.php/webdav/node/tests/pipe +URI=https://Q9ZHPBD5eRlZcAi:badpass@rwth-aachen.sciebo.de/public.php/webdav/tests/pipe # WebDav / OwnCloud / Sciebo do not support partial upload # So we do not flush the output