From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25094 invoked by alias); 8 Feb 2014 09:46:00 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 25080 invoked by uid 89); 8 Feb 2014 09:45:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 08 Feb 2014 09:45:58 +0000 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3fLpR75Vh0z3hjGl for ; Sat, 8 Feb 2014 10:45:55 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3fLpR75Lx3zbbg0 for ; Sat, 8 Feb 2014 10:45:55 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id wgkA1t77rdm9 for ; Sat, 8 Feb 2014 10:45:55 +0100 (CET) X-Auth-Info: RC/6WVV30nF9vlrgxLOQoyG2R3b8L+Y0taWpJUv7Wx0= Received: from igel.home (ppp-88-217-61-181.dynamic.mnet-online.de [88.217.61.181]) by mail.mnet-online.de (Postfix) with ESMTPA for ; Sat, 8 Feb 2014 10:45:55 +0100 (CET) Received: by igel.home (Postfix, from userid 1000) id ED7AB2C2DAD; Sat, 8 Feb 2014 10:45:54 +0100 (CET) From: Andreas Schwab To: gdb-patches@sourceware.org Subject: [PATCH] Fix typo in test name X-Yow: I left my WALLET in the BATHROOM!! Date: Sat, 08 Feb 2014 09:46:00 -0000 Message-ID: <87a9e2rl7x.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-02/txt/msg00242.txt.bz2 Installed as obvious. Andreas. * gdb.python/py-framefilter.exp: Fix typo. diff --git a/gdb/testsuite/gdb.python/py-framefilter.exp b/gdb/testsuite/gdb.python/py-framefilter.exp index 905ad8c..948ae94 100644 --- a/gdb/testsuite/gdb.python/py-framefilter.exp +++ b/gdb/testsuite/gdb.python/py-framefilter.exp @@ -237,7 +237,7 @@ gdb_test_no_output "python exec (open ('${remote_python_file}').read ())" \ # Disable Reverse gdb_test_no_output "disable frame-filter global Reverse" \ - "disable frame-filter gloval Reverse for no debuginfo" + "disable frame-filter global Reverse for no debuginfo" gdb_test "bt" \ ".*#0..*in main \\(\\).*" \ "bt for no debuginfo" -- 1.8.5.4 -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."