diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2010-12-30 18:14:50 +0000 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2010-12-30 18:14:50 +0000 |
commit | 8fa277b944079fc882d2b7c6aeb7128448a24ec5 (patch) | |
tree | 54f30c72e2bfe521483221ea3d146b8d828a7d9c /tests | |
parent | 5b9b638e7663b8906a24d5e2f4c805dd8ab43e1e (diff) | |
download | apts-0.2.tar.bz2 apts-0.2.tar.xz |
apts: fix bug with trailing slash on outdir and misc other fixesv0.2
fix bug with trailing slash on outdir and misc others
Diffstat (limited to 'tests')
-rw-r--r-- | tests/generic-apk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/generic-apk b/tests/generic-apk deleted file mode 100644 index 20602c3..0000000 --- a/tests/generic-apk +++ /dev/null @@ -1,5 +0,0 @@ - if [ $@ = "generic-apk" ]; - then exit 0; - fi - apk_add $@ - apk_del $@ |