mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix the display of a variable.
Merge of master-melb:xfs-cmds:29446a by kenmcd. Display the variable after is being set.
This commit is contained in:
@@ -86,8 +86,8 @@ _test_eof_hole()
|
||||
|
||||
# on an odd byte boundary => 1 over boundary
|
||||
rm -f $testfile
|
||||
echo "boundary_plus1 = $boundary_plus1"
|
||||
boundary_plus1=`expr 100 \* 1024 + 1`
|
||||
echo "boundary_plus1 = $boundary_plus1"
|
||||
xfs_io -f -d \
|
||||
-c 'pwrite -b 50k 0 50k' \
|
||||
-c "truncate $boundary_plus1" \
|
||||
|
||||
Reference in New Issue
Block a user