1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-26 16:23:58 +03:00

test: aux type

Removed extra '/'.
This commit is contained in:
Zdenek Kabelac
2025-11-17 14:44:00 +01:00
parent 492a5a070f
commit 2660e92c06

View File

@@ -963,7 +963,7 @@ clear_devs() {
touch NO_BLKDISCARD_Z
fi
dd if=/dev/zero of="$1" bs=512K oflag=direct $seek $count 2>/dev/null/|| true
dd if=/dev/zero of="$1" bs=512K oflag=direct $seek $count 2>/dev/null || true
;;
esac
shift