From e0dcd9f2c790d89001d8d19524bbb6b0d4b32dda Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 31 Jan 2019 10:38:20 -0600 Subject: [PATCH] tests: fix Vagrantfile symlink for lvm-auto-discovery tests Signed-off-by: Andrew Schoen --- tests/functional/lvm-auto-discovery/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/lvm-auto-discovery/Vagrantfile b/tests/functional/lvm-auto-discovery/Vagrantfile index dfd7436c9..706a5bb47 120000 --- a/tests/functional/lvm-auto-discovery/Vagrantfile +++ b/tests/functional/lvm-auto-discovery/Vagrantfile @@ -1 +1 @@ -../../../../../Vagrantfile \ No newline at end of file +../../../Vagrantfile \ No newline at end of file -- 2.47.3