diff --git a/tests/Makefile b/tests/Makefile index f535dfaf1b..79a3d55b5d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -13,7 +13,7 @@ endif TESTS+=sha1# test_path #TESTS+=test_path -QEMU=../i386-user/qemu-i386 +QEMU=../i386-linux-user/qemu-i386 all: $(TESTS)