diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-15 15:14:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-15 15:53:32 +0000 |
commit | 92533beae08fb440625f7ef79ed19226a9bc2e71 (patch) | |
tree | b543ab79257fb7ff05770192caaacef6bbb78de3 /test/.gitignore | |
parent | 2dd7ad9a9b9d34bb577da4365569f4f56256d0e5 (diff) | |
download | apk-tools-92533beae08fb440625f7ef79ed19226a9bc2e71.tar.gz apk-tools-92533beae08fb440625f7ef79ed19226a9bc2e71.tar.bz2 apk-tools-92533beae08fb440625f7ef79ed19226a9bc2e71.tar.xz apk-tools-92533beae08fb440625f7ef79ed19226a9bc2e71.zip |
test: dont run sh manually but respect #!/bin/sh in each test
That way we can set sh options case by case
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index 1480a73..c422ef7 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -2,3 +2,5 @@ src pkg *.apk *.tar.gz +conf.mk + |