diff --git a/doc.zih.tu-dresden.de/util/test-grep-forbidden-patterns.sh b/doc.zih.tu-dresden.de/util/test-grep-forbidden-patterns.sh
index d5d13ffc4ffc2f1f63332ca628f1449525ee1690..1e98caf528d9b1a1d640e9dd3e5c7dc23ec937ea 100755
--- a/doc.zih.tu-dresden.de/util/test-grep-forbidden-patterns.sh
+++ b/doc.zih.tu-dresden.de/util/test-grep-forbidden-patterns.sh
@@ -2,7 +2,7 @@
 
 expected_match_count=32
 
-number_of_matches=$(bash ./doc.zih.tu-dresden.de/util/grep-forbidden-words.sh -f doc.zih.tu-dresden.de/util/grep-forbidden-patterns.testdoc -c -c | grep "Forbidden Patterns:" | sed -e 's/.*: //' | sed -e 's/ matches.*//')
+number_of_matches=$(bash ./doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh -f doc.zih.tu-dresden.de/util/grep-forbidden-patterns.testdoc -c -c | grep "Forbidden Patterns:" | sed -e 's/.*: //' | sed -e 's/ matches.*//')
 
 if [ $number_of_matches -eq $expected_match_count ]; then
 	echo "Test OK"