diff options
Diffstat (limited to 'test/TEST-12-ISSUE-3171/test.sh')
-rwxr-xr-x | test/TEST-12-ISSUE-3171/test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/TEST-12-ISSUE-3171/test.sh b/test/TEST-12-ISSUE-3171/test.sh new file mode 100755 index 0000000..c8abefb --- /dev/null +++ b/test/TEST-12-ISSUE-3171/test.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +set -e +TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/3171" +TEST_NO_QEMU=1 + +. $TEST_BASE_DIR/test-functions + +do_test "$@" 12 |