mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix up test 096 to work for both internal and external logs.
Merge of master-melb:xfs-cmds:23131a by kenmcd.
This commit is contained in:
@@ -105,6 +105,14 @@ _supported_os IRIX Linux
|
||||
_require_scratch
|
||||
_require_v2log
|
||||
|
||||
# choose .out file based on internal/external log
|
||||
rm -f $seq.out
|
||||
if [ "$USE_EXTERNAL" = yes ]; then
|
||||
ln -s $seq.external $seq.out
|
||||
else
|
||||
ln -s $seq.internal $seq.out
|
||||
fi
|
||||
|
||||
# maximum log record size
|
||||
max_lr_size=`expr 256 \* 1024`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user