From: Tom de Vries Date: Mon, 6 Mar 2023 15:49:19 +0000 (+0100) Subject: [gdb/testsuite] Move gdb.base/gdb-caching-proc.exp to gdb.testsuite X-Git-Tag: binutils-2_41~1499 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f69005750d70ff4e305c45a250053823b0559f11;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Move gdb.base/gdb-caching-proc.exp to gdb.testsuite Test-case gdb.base/gdb-caching-proc.exp doesn't really test gdb, but it tests the gdb_caching_procs in the testsuite, so it belongs in gdb.testsuite rather than gdb.base. Move test-case gdb.base/gdb-caching-proc.exp to gdb.testsuite, renaming it to gdb.testsuite/gdb-caching-proc-consistency.exp to not clash with recently added gdb.testsuite/gdb-caching-proc.exp. Tested on x86_64-linux. Reviewed-By: Tom Tromey --- diff --git a/gdb/testsuite/gdb.base/gdb-caching-proc.exp b/gdb/testsuite/gdb.testsuite/gdb-caching-proc-consistency.exp similarity index 100% rename from gdb/testsuite/gdb.base/gdb-caching-proc.exp rename to gdb/testsuite/gdb.testsuite/gdb-caching-proc-consistency.exp