Fix path for Cargo.toml

Index: tests/testsuite/preprocessor/nop_preprocessor/book.toml
--- tests/testsuite/preprocessor/nop_preprocessor/book.toml.orig
+++ tests/testsuite/preprocessor/nop_preprocessor/book.toml
@@ -1,2 +1,2 @@
 [preprocessor.nop-preprocessor]
-command = "cargo run --quiet --example nop-preprocessor --"
+command = "cargo run --quiet --example nop-preprocessor --manifest-path ${WRKDIST}/Cargo.toml"
