096afbce0b
attempt to run the test also as rootless
10 lines
128 B
Bash
Executable File
10 lines
128 B
Bash
Executable File
#!/bin/bash -e
|
|
#
|
|
# Simple podman tests
|
|
#
|
|
|
|
# Log program versions
|
|
rpm -q podman podman-tests
|
|
|
|
bats /usr/share/podman/test/system
|