diff --git a/chapter08/vim.xml b/chapter08/vim.xml
index 2ed5cf238..3da3bc4b6 100644
--- a/chapter08/vim.xml
+++ b/chapter08/vim.xml
@@ -64,9 +64,11 @@
To prepare the tests, ensure that user
tester can write
- to the source tree:
+ to the source tree and exclude one file containing tests requiring
+ curl or wget:
-chown -R tester .
+chown -R tester .
+sed '/test_glvs/d' -i src/testdir/Make_all.mak
Now run the tests as user tester: