mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Use /bin/sh, not /bin/bash, for autopkgtest.
This commit is contained in:
parent
f17a7e62c3
commit
1368e2d24c
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ livecd-rootfs (2.464) UNRELEASED; urgency=medium
|
||||
|
||||
* Ignore failure of new autopkgtest on ppc64el, where it's not a
|
||||
regression.
|
||||
* Use /bin/sh, not /bin/bash, for autopkgtest.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 01 Oct 2017 13:38:22 -0700
|
||||
|
||||
|
2
debian/tests/minimized
vendored
2
debian/tests/minimized
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user