diff options
| author | Jeff Bilyk <jbilyk@gmail.com> | 2010-12-11 21:43:35 +0000 |
|---|---|---|
| committer | Jeff Bilyk <jbilyk@gmail.com> | 2010-12-11 21:43:35 +0000 |
| commit | c5263675dd5ebb31fe8dbb560ddf62bd6754455d (patch) | |
| tree | 38f37983014808ac82d7703d4116ee02a9cb962a /tests/python | |
| parent | d7449ca02ee7334279ba7d4ca769ff7f57a48a60 (diff) | |
| download | apts-c5263675dd5ebb31fe8dbb560ddf62bd6754455d.tar.bz2 apts-c5263675dd5ebb31fe8dbb560ddf62bd6754455d.tar.xz | |
apts: adding more tests
added more tests
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 $@ |
