From 160043ed5058ed19770055b11cc0710969a50aca Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Sat, 28 Dec 2019 00:24:56 +0100
Subject: Revert "Testsuite: fix vyos-smoketest binary path"

This reverts commit 2a0827cfa4ef2e8a204506481ec8fa6efad1665d.

Location fixed in vyos-smoketest repo.
---
 scripts/check-qemu-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 93be1b3a..5789a782 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -299,7 +299,7 @@ try:
         elif i==2:
             log.error("Did not find VyOS-smoketest, this should be an exception")
             #raise Exception("WTF? did not find VyOS-smoketest, this should be an exception")
-    cr(c, '/usr/sbin/vyos-smoketest')
+    cr(c, '/usr/bin/vyos-smoketest')
 
     log.info("Smoke test status")
     #data = c.before.decode()
-- 
cgit v1.2.3