summaryrefslogtreecommitdiffstats
path: root/poky/meta/lib/oeqa/files/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/lib/oeqa/files/test.py')
-rw-r--r--poky/meta/lib/oeqa/files/test.py6
1 files changed, 0 insertions, 6 deletions
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