diff --git a/Makefile b/Makefile
index 75040950528653151cffe328c1016bb354da28e6_TWFrZWZpbGU=..e3274e02d08ebe7a85ada43d3f392da73d07dfa3_TWFrZWZpbGU= 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@
 	cd tests && $(HGPYTHONS)/$*/bin/python run-tests.py $(TESTFLAGS)
 
 rust-tests:
-	cd $(HGROOT)/rust/hg-cpython \
+	cd $(HGROOT)/rust \
 		&& $(CARGO) test --quiet --all --features "$(HG_RUST_FEATURES)"
 
 check-code: