diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-07-19 17:12:40 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:40 +0100 |
| commit | 19905c78e79cd4e65a5536fc683102f3a549e586 (patch) | |
| tree | ef5633e379a62cc13d6bb8cb8c164c0981a5bd51 /meta/lib/oeqa/files | |
| parent | f6a00e069589fc53411d8f504805f5fc541531a1 (diff) | |
| download | poky-19905c78e79cd4e65a5536fc683102f3a549e586.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)
Signed-off-by: Ross Burton <ross.burton@intel.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.pl | 2 |
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; | ||
| 2 | print ("the value of a is ", $a, "\n"); | ||
