summaryrefslogtreecommitdiff
path: root/system/kbd/fix-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/kbd/fix-tests.patch')
-rw-r--r--system/kbd/fix-tests.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/system/kbd/fix-tests.patch b/system/kbd/fix-tests.patch
deleted file mode 100644
index 0ca82420c..000000000
--- a/system/kbd/fix-tests.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-busybox readlink doesn't accept -e, and in these cases -f has the same effect.
---- a/tests/alt-is-meta.in
-+++ b/tests/alt-is-meta.in
-@@ -1,6 +1,6 @@
- #!/bin/sh -efu
-
--cwd="$(readlink -ev "${0%/*}")"
-+cwd="$(readlink -fv "${0%/*}")"
-
- cd "$cwd"
-
---- a/tests/dumpkeys-bkeymap.in
-+++ b/tests/dumpkeys-bkeymap.in
-@@ -1,6 +1,6 @@
- #!/bin/sh -efu
-
--cwd="$(readlink -ev "${0%/*}")"
-+cwd="$(readlink -fv "${0%/*}")"
-
- cd "$cwd"
-
---- a/tests/dumpkeys-fulltable.in
-+++ b/tests/dumpkeys-fulltable.in
-@@ -1,6 +1,6 @@
- #!/bin/sh -efu
-
--cwd="$(readlink -ev "${0%/*}")"
-+cwd="$(readlink -fv "${0%/*}")"
-
- cd "$cwd"
-
---- a/tests/dumpkeys-mktable.in
-+++ b/tests/dumpkeys-mktable.in
-@@ -1,6 +1,6 @@
- #!/bin/sh -efu
-
--cwd="$(readlink -ev "${0%/*}")"
-+cwd="$(readlink -fv "${0%/*}")"
-
- cd "$cwd"
-