chiark / gitweb /
Warnings: Track variable references in &-expansions
[subdirmk.git] / tests / filter / update-expected
index 18c53cff4cfdf15d6f925f0b6cf55d4151e6c970..d21ea73374f4fa319ec61dd66f3f9eb9b59d54b7 100755 (executable)
@@ -10,7 +10,7 @@ files=$(find tests/filter -name \*.expected.tmp)
 for f in $files; do
        perl -pe '
                (s/\n//, $stripnl=0) if $stripnl;
-               next unless /^# doctest starts/../^# doctest ends/;
+               next unless /^# doctests start/../^# doctests end/;
                $_="";
                $stripnl=1;
        ' \