Fix the display of a variable.
authorMohamed Barwani <mohamedb@sgi.com>
Tue, 21 Aug 2007 04:04:39 +0000 (04:04 +0000)
committerMohamed Barwani <mohamedb@sgi.com>
Tue, 21 Aug 2007 04:04:39 +0000 (04:04 +0000)
Merge of master-melb:xfs-cmds:29446a by kenmcd.

  Display the variable after is being set.

164
164.out

diff --git a/164 b/164
index 5f5657b691c73f5d49722f5252e679b344b2c373..7efba593508c734a8c65a4439f213fe9122314d2 100644 (file)
--- a/164
+++ b/164
@@ -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" \
diff --git a/164.out b/164.out
index 51da25193bdf30834588de563e0e4729f5d7f53f..df67f05956e6d2eb853de4478caf338d0196d581 100644 (file)
--- a/164.out
+++ b/164.out
@@ -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