From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DNS_FROM_AHBL_RHSBL, RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,RP_MATCHES_RCVD, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Date: Sun, 27 Mar 2016 21:00:32 +0100 From: Felix Janda To: Linux console tools development discussion Message-ID: <20160327200032.GA13508@nyan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [kbd] [PATCH] tests: Fix typo in dumpkeys-fulltable X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 20:00:51 -0000 Archived-At: List-Archive: --- tests/dumpkeys-fulltable.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dumpkeys-fulltable.in b/tests/dumpkeys-fulltable.in index 7c856e5..86af9e2 100755 --- a/tests/dumpkeys-fulltable.in +++ b/tests/dumpkeys-fulltable.in @@ -33,7 +33,7 @@ check_keymap "$DATADIR"/dumpkeys.qwerty-layout.map DEFAULT FALSE kmap="$DATADIR/dumpkeys.ua-ws.map" line0="$(grep '^#keymaps ' "$kmap")" ||: line0="${line0#\#}" -line1="$(./libkeymap-dumpkeys "$kmap" SEPARATE_LINE FALSE |grep '^keymaps ')" ||: +line1="$(./libkeymap-dumpkeys "$kmap" SEPARATE_LINES FALSE |grep '^keymaps ')" ||: if [ "$line0" != "$line1" ]; then printf 'was: %s\n' "$line0" -- 2.7.3