scoutfs-tests: use larger fr ident strings

The kernel is now using three bytes from the ids to form the fr ident
string for a mount.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2019-08-16 14:16:30 -07:00
parent 3981f944dd
commit 2b966fd45c

View File

@@ -31,7 +31,7 @@ t_ident()
fsid=$(scoutfs statfs -s fsid "$mnt")
rid=$(scoutfs statfs -s rid "$mnt")
echo "f.${fsid:0:4}.r.${rid:0:4}"
echo "f.${fsid:0:6}.r.${rid:0:6}"
}
#