From 2afbeee757af01d74431df62a5216ae3f116e180 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 5 Feb 2007 20:51:14 +0000 Subject: [PATCH] update path git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2395 c046a42c-6fe2-441c-8c8c-71466251a162 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index f535dfa..79a3d55 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) -- 2.7.4