X-Git-Url: http://git.annexia.org/?p=virt-what.git;a=blobdiff_plain;f=tests%2Fppc64-baremetal%2Ftest.sh;fp=tests%2Ftest-ppc64-baremetal.sh;h=6687ce34f85cc9e43c70668578ea1ad58dde105f;hp=9ca3cee2afdb9845eb378621bd7022feec86b8d3;hb=44154cf844343296143802a720cd82036e0a5e5b;hpb=ba7d198c566ed9dc208a1fb2029d95e3eb256e5e diff --git a/tests/test-ppc64-baremetal.sh b/tests/ppc64-baremetal/test.sh similarity index 94% rename from tests/test-ppc64-baremetal.sh rename to tests/ppc64-baremetal/test.sh index 9ca3cee..6687ce3 100755 --- a/tests/test-ppc64-baremetal.sh +++ b/tests/ppc64-baremetal/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-baremetal - -output="$(./virt-what --test-root=$root 2>&1)" +output="$(PATH=../..:$PATH virt-what --test-root=. 2>&1)" expected="" if [ "$output" != "$expected" ]; then