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