From: Ian Lance Taylor Date: Sun, 21 Dec 1997 09:54:55 +0000 (+0000) Subject: move sanitization check from Things-to-lose to Do-last X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9a8a96e547d182ab609c1b8d9c97241a90ed2ef;p=binutils-gdb.git move sanitization check from Things-to-lose to Do-last --- diff --git a/gas/testsuite/gas/m32r/.Sanitize b/gas/testsuite/gas/m32r/.Sanitize index fc2a2cdbb5b..66fc6a17d22 100644 --- a/gas/testsuite/gas/m32r/.Sanitize +++ b/gas/testsuite/gas/m32r/.Sanitize @@ -43,13 +43,12 @@ uppercase.s Things-to-lose: +Do-last: + for i in * ; do if test ! -d $i && (grep sanitize $i > /dev/null) ; then echo '***' Some mentions of Sanitize are still left in $i! 1>&2 fi done - -Do-last: - # End of file.