diff --git a/test/lib/bdev/blockdev.sh b/test/lib/bdev/blockdev.sh index 09fda353d..8174f342e 100755 --- a/test/lib/bdev/blockdev.sh +++ b/test/lib/bdev/blockdev.sh @@ -18,7 +18,7 @@ function run_fio() } source $rootdir/scripts/autotest_common.sh -source $testdir/nbd/nbd_common.sh +source $testdir/nbd_common.sh function nbd_function_test() { if [ $(uname -s) = Linux ] && modprobe -n nbd; then diff --git a/test/lib/bdev/nbd/.gitignore b/test/lib/bdev/nbd/.gitignore deleted file mode 100644 index cb3ca605f..000000000 --- a/test/lib/bdev/nbd/.gitignore +++ /dev/null @@ -1 +0,0 @@ -nbd diff --git a/test/lib/bdev/nbd/nbd_common.sh b/test/lib/bdev/nbd_common.sh similarity index 100% rename from test/lib/bdev/nbd/nbd_common.sh rename to test/lib/bdev/nbd_common.sh