nbdkit/tests/basic-test.sh
Richard W.M. Jones f907cef9e4 Manually merge fedora/rawhide
related: rhbz#1950632

Add gating tests for RHEL 9
resolves: rhbz#1950604
2021-06-02 12:37:08 +01:00

7 lines
134 B
Bash
Executable File

#!/bin/bash -
set -e
set -x
# Run nbdkit and check that nbdinfo can connect back to it.
nbdkit -U - memory 1G --run 'nbdinfo "$uri"'