Arrange tests in subdirectories.
[virt-what.git] / tests / parallels-desktop / test.sh
similarity index 94%
rename from tests/test-parallels-desktop.sh
rename to tests/parallels-desktop/test.sh
index 20701fe..5585fec 100755 (executable)
@@ -16,9 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-root=tests/parallels-desktop
-
-output="$(./virt-what --test-root=$root 2>&1)"
+output="$(PATH=../..:$PATH virt-what --test-root=. 2>&1)"
 expected="parallels"
 
 if [ "$output" != "$expected" ]; then