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/test7.sh | |
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/test7.sh')
-rwxr-xr-x | test/test7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test7.sh b/test/test7.sh index a742fbc..e3e3113 100755 --- a/test/test7.sh +++ b/test/test7.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e # desc: test triggers in busybox package |