public inbox for kbd@lists.linux.dev
 help / color / mirror / Atom feed
* [kbd] [PATCH] tests: Fix typo in dumpkeys-fulltable
@ 2016-03-27 20:00 Felix Janda
  2016-04-02 16:35 ` Alexey Gladkov
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Janda @ 2016-03-27 20:00 UTC (permalink / raw)
  To: Linux console tools development discussion

---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-02 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-27 20:00 [kbd] [PATCH] tests: Fix typo in dumpkeys-fulltable Felix Janda
2016-04-02 16:35 ` Alexey Gladkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox