`#AT_STOP_...' line at the end of each test.
+2007-11-24 Stepan Kasal <kasal@ucw.cz>
+
+ * lib/autotest/general.m4 (AT_INIT): Do not extract the
+ `#AT_STOP_...' line at the end of each test.
+
2007-11-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/autotest/general.m4 (AT_INIT): For awk line number
}
/^@%:@AT_STOP_/ {
test = substr ($ 0, 10)
- print "at_sed" test "=\"1," start "d;" NR "q\""
+ print "at_sed" test "=\"1," start "d;" (NR-1) "q\""
if (test == "'"$at_group"'") exit
}' "$at_myself" > "$at_test_source"
. "$at_test_source"