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:
Mohamed Barwani
2007-08-21 04:04:39 +00:00
parent 7ff104a124
commit 024be02e70
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" \
+1 -1
View File
@@ -10,7 +10,7 @@ wrote 51200/51200 bytes at offset 0
read 102399/204800 bytes at offset 0
100 KiB, 1 ops
boundary_plus1 =
boundary_plus1 = 102401
wrote 51200/51200 bytes at offset 0
50 KiB, 1 ops
read 102401/204800 bytes at offset 0