summaryrefslogtreecommitdiffstats
path: root/poky/meta/lib/oeqa/files
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/lib/oeqa/files')
-rw-r--r--poky/meta/lib/oeqa/files/test.pl2
-rw-r--r--poky/meta/lib/oeqa/files/test.py6
2 files changed, 0 insertions, 8 deletions
diff --git a/poky/meta/lib/oeqa/files/test.pl b/poky/meta/lib/oeqa/files/test.pl
deleted file mode 100644
index 689c8f163..000000000
--- a/poky/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");
diff --git a/poky/meta/lib/oeqa/files/test.py b/poky/meta/lib/oeqa/files/test.py
deleted file mode 100644
index f389225d7..000000000
--- a/poky/meta/lib/oeqa/files/test.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import os
-
-os.system('touch /tmp/testfile.python')
-
-a = 9.01e+21 - 9.01e+21 + 0.01
-print("the value of a is %s" % a)
OpenPOWER on IntegriCloud