From 273decf66b487554ccca6df9ffff7fdf711b85d3 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 5 Feb 2007 20:51:14 +0000 Subject: [PATCH] update path --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index f535dfaf1..79a3d55b5 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.39.5