aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-file.exp
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2006-09-12 20:11:42 +0000
committerNick Roberts <nickrob@snap.net.nz>2006-09-12 20:11:42 +0000
commitcd269619269e6b7700e65e194d1a05288f87f928 (patch)
treea0ad87910eac5448f305069661eae71e9c6a350e /gdb/testsuite/gdb.mi/mi-file.exp
parentb399c54988b9aa1b1113027e313e0fffd3b250f4 (diff)
downloadfsf-binutils-gdb-cd269619269e6b7700e65e194d1a05288f87f928.zip
fsf-binutils-gdb-cd269619269e6b7700e65e194d1a05288f87f928.tar.gz
fsf-binutils-gdb-cd269619269e6b7700e65e194d1a05288f87f928.tar.bz2
(test_file_list_exec_source_files): Just
check for one file.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-file.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-file.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-file.exp b/gdb/testsuite/gdb.mi/mi-file.exp
index 86f0665..1043185 100644
--- a/gdb/testsuite/gdb.mi/mi-file.exp
+++ b/gdb/testsuite/gdb.mi/mi-file.exp
@@ -75,7 +75,7 @@ proc test_file_list_exec_source_files {} {
# get the path and absolute path to the current executable
mi_gdb_test "222-file-list-exec-source-files" \
- "222\\\^done,files=\\\[\{file=\".*/${srcfile}\",fullname=\"$fullname_syntax${srcfile}\"\},\{file=\".*\"\},\{file=\".*\"\},\{file=\".*\"\},\{file=\".*\"\}\\\]" \
+ "222\\\^done,files=\\\[\{file=\".*/${srcfile}\",fullname=\"$fullname_syntax${srcfile}\"\}.*]" \
"Getting a list of source files."
}