X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fppc64-kvm%2Ftest.sh;fp=tests%2Ftest-ppc64-kvm.sh;h=c0ece85d783e229fc3840fbf9e71786d4d491c1e;hb=44154cf844343296143802a720cd82036e0a5e5b;hp=c691c96507993b110d68feebbee48627f5b78c06;hpb=ba7d198c566ed9dc208a1fb2029d95e3eb256e5e;p=virt-what.git diff --git a/tests/test-ppc64-kvm.sh b/tests/ppc64-kvm/test.sh similarity index 94% rename from tests/test-ppc64-kvm.sh rename to tests/ppc64-kvm/test.sh index c691c96..c0ece85 100755 --- a/tests/test-ppc64-kvm.sh +++ b/tests/ppc64-kvm/test.sh @@ -15,9 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -root=tests/ppc64-kvm - -output="$(./virt-what --test-root=$root 2>&1)" +output="$(PATH=../..:$PATH virt-what --test-root=. 2>&1)" expected="ibm_power-kvm" if [ "$output" != "$expected" ]; then