mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
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:
committed by
Richard Purdie
parent
f6a00e0695
commit
19905c78e7
@@ -1,2 +0,0 @@
|
||||
$a = 9.01e+21 - 9.01e+21 + 0.01;
|
||||
print ("the value of a is ", $a, "\n");
|
||||
Reference in New Issue
Block a user