diff --git a/install_and_test.md b/install_and_test.md
index e5cadec8ab28214689e988cecb2bf3deb9272ab1..e9c52eaab055d2c67c44a4a4d7afa9c1293fc2ca 100644
--- a/install_and_test.md
+++ b/install_and_test.md
@@ -63,7 +63,7 @@ can re-install a python module in **editable mode (use -e in pip install)**. For
 In case you need to work on many modules, you can clone and install all default packages with the [cloneall.bash](cloneall.bash) script:
 
 ```bash
-::include{file=test_editable.bash}
+::include{file=test_bulk.bash}
 ```
 
 If you want to create a folder with all the modules soft-linked into the folder `hotwheels/*`, add the flag `-l` to `cloneall.bash` to get this folder tree in a folder named `full/hotwheels/*`.