diff options
Diffstat (limited to 'tests/python')
| -rw-r--r-- | tests/python | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/python b/tests/python new file mode 100644 index 0000000..71e86b2 --- /dev/null +++ b/tests/python @@ -0,0 +1,3 @@ + apk_add $@ + echo "print(\"hello world\")" | python + apk_del $@ |
