From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: gdb-patches@sources.redhat.com Cc: sid@sources.redhat.com, rob@welcomehome.org, jason_merrill@redhat.com Subject: Small PATCH to dejagnu/lib/utils.exp Date: Tue, 17 Jul 2001 08:09:00 -0000 Message-id: X-SW-Source: 2001-q3/msg00018.html This patch tweaks runtest_file_p so that a user can say "foo.exp=bar/baz.C"; currently only "foo.exp=baz.C" and "foo.exp=/full/path/to/bar/baz.C" are accepted. I suppose the user could provide the initial wildcard themselves, but this seems more friendly. The patch also corrects the erroneous documentation for the function. OK to apply? Anyone? 2001-07-17 Jason Merrill * lib/utils.exp (runtest_file_p): An argument can match trailing directories as well as the basename.