Commit 0a8722fd by Stéphane Graber

Rename runapitests.bash to runapitests.sh and make it use /bin/sh

This is a simple POSIX shell script, so no need for the weird extension or for the explicit use of /bin/bash Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent cbe3a58b
#!/bin/bash #!/bin/sh
cleanup() { cleanup() {
rm -f /etc/lxc/test-busybox.conf rm -f /etc/lxc/test-busybox.conf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment