Commit 58ef9bc4 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

zdtm: make -- Don't fail if symlink already exist

If symlink is present the test run fails with
"already exist" message. Lets make the link
unconditional, this is fine.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarAndrey Vagin <avagin@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 80a30a22
...@@ -223,7 +223,7 @@ install: all ...@@ -223,7 +223,7 @@ install: all
.PHONY: all install .PHONY: all install
inotify_system_nodel.c: inotify_system.c inotify_system_nodel.c: inotify_system.c
ln -s inotify_system.c inotify_system_nodel.c ln -sf inotify_system.c inotify_system_nodel.c
$(TST_NOFILE:%=%.pid): %.pid: % $(TST_NOFILE:%=%.pid): %.pid: %
$(<D)/$(<F) --pidfile=$@ --outfile=$<.out $(<D)/$(<F) --pidfile=$@ --outfile=$<.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