diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/hppa/.Sanitize | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gas/testsuite/gas/hppa/.Sanitize b/gas/testsuite/gas/hppa/.Sanitize index fc84517..9829b80 100644 --- a/gas/testsuite/gas/hppa/.Sanitize +++ b/gas/testsuite/gas/hppa/.Sanitize @@ -17,6 +17,11 @@ Do-first: +for d in more.parse ; do + if [ -d $d ]; then + lose_these_too="$d ${lose_these_too}" + fi +done # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. @@ -32,10 +37,6 @@ parse reloc unsorted -Things-to-lose: - -more.parse - Do-last: # End of file. |