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)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2018-07-19 17:12:40 +01:00
committed by Richard Purdie
parent f6a00e0695
commit 19905c78e7
3 changed files with 11 additions and 48 deletions

View File

@@ -1,2 +0,0 @@
$a = 9.01e+21 - 9.01e+21 + 0.01;
print ("the value of a is ", $a, "\n");