From 024be02e70071b6330bbf450fed6ab55fc39aedb Mon Sep 17 00:00:00 2001 From: Mohamed Barwani Date: Tue, 21 Aug 2007 04:04:39 +0000 Subject: [PATCH] Fix the display of a variable. Merge of master-melb:xfs-cmds:29446a by kenmcd. Display the variable after is being set. --- 164 | 2 +- 164.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/164 b/164 index 5f5657b6..7efba593 100644 --- 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 51da2519..df67f059 100644 --- 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 -- 2.39.5