aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-02-04 05:17:29 +0000
committerJeff Law <law@redhat.com>1999-02-04 05:17:29 +0000
commita12bb0d8534863dc82c392f5367e4e85aca748df (patch)
treea4704c4b2db1d0372520a7c5d002da0c1940653c /gdb/testsuite
parentf5818bcf68c30035593de2e98b34ae3f4577bfcc (diff)
downloadgdb-a12bb0d8534863dc82c392f5367e4e85aca748df.zip
gdb-a12bb0d8534863dc82c392f5367e4e85aca748df.tar.gz
gdb-a12bb0d8534863dc82c392f5367e4e85aca748df.tar.bz2
Fix minor buglet.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/gdb.disasm/.Sanitize2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.disasm/.Sanitize b/gdb/testsuite/gdb.disasm/.Sanitize
index bf00488..e4619a2 100644
--- a/gdb/testsuite/gdb.disasm/.Sanitize
+++ b/gdb/testsuite/gdb.disasm/.Sanitize
@@ -17,7 +17,7 @@ Do-first:
cygnus_files="am33.s am33.exp"
-if ( echo $* | grep keep\-am33 > /dev/null ) ; then
+if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
keep_these_too="${cygnus_files} ${keep_these_too}"
else
lose_these_too="${cygnus_files} ${lose_these_too}"