aboutsummaryrefslogtreecommitdiffstats
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>2018-07-26 13:16:31 +0100
commitc6eef46747fe58bb2310be4f06d2fa9b67901d72 (patch)
treeac97d3650ed439c3a790a5c982a847dc14a3229f /meta/lib/oeqa/files
parent4feb586ba9fa0255d8f83bc1bec11f697dc26a33 (diff)
downloadopenembedded-core-contrib-c6eef46747fe58bb2310be4f06d2fa9b67901d72.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. Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@
-$a = 9.01e+21 - 9.01e+21 + 0.01;
-print ("the value of a is ", $a, "\n");