From c6eef46747fe58bb2310be4f06d2fa9b67901d72 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Jul 2018 17:12:40 +0100 Subject: 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 --- meta/lib/oeqa/files/test.pl | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 meta/lib/oeqa/files/test.pl (limited to 'meta/lib/oeqa/files') 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"); -- cgit 1.2.3-korg