Commit 96caa4da authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

tests: rename deleted_standalone_unix to del_standalone_un

The directory that the tests run in on jenkins is:

/var/lib/jenkins/workspace/CRIU/CRIU-restore-sibling/criu-dev/test/zdtm/static

which makes the whole path too long. This commit makes the whole path:

/var/lib/jenkins/workspace/CRIU/CRIU-restore-sibling/criu-dev/test/zdtm/static/del_standalone_un.test/sock

which is 105 chars, less than 108 of sun_path.

Closes #191
Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 598daf50
......@@ -245,7 +245,7 @@ TST_DIR = \
unlink_regular00 \
mnt_enablefs \
autofs \
deleted_standalone_unix \
del_standalone_un \
TST_DIR_FILE = \
chroot \
......
......@@ -73,7 +73,7 @@ int main(int argc, char **argv)
}
if (fill_sock_name(&addr, filename) < 0) {
pr_err("filename \"%s\" is too long", filename);
pr_err("filename \"%s\" is too long\n", filename);
goto out;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment