summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/files
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-07-19 17:12:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 22:27:46 +0000
commit5a8fcc4d0cb42e0766d877a259342ebf08430e6c (patch)
treeaa56223f8babd7fe0f0fc5f0e7c99ff2b732f7a5 /meta/lib/oeqa/files
parent4b21bf658f638700b7b9c6dd0792f23602b6ff66 (diff)
downloadpoky-5a8fcc4d0cb42e0766d877a259342ebf08430e6c.tar.gz
oeqa: rationalise Perl tests
As with the Python test, this can be both better and faster. No need to copy a file, just run a one-liner. (From OE-Core rev: c6eef46747fe58bb2310be4f06d2fa9b67901d72) (From OE-Core rev: 9188ef8d1edbba8041a73d3bb8a9bfd194db0e92) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/files')
-rw-r--r--meta/lib/oeqa/files/test.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/files/test.pl b/meta/lib/oeqa/files/test.pl
deleted file mode 100644
index 689c8f1635..0000000000
--- a/meta/lib/oeqa/files/test.pl
+++ /dev/null
@@ -1,2 +0,0 @@
1$a = 9.01e+21 - 9.01e+21 + 0.01;
2print ("the value of a is ", $a, "\n");