Output wasn't deterministic. Remove bmap output from stdout,

just have going to seq.full.
Merge of master-melb:xfs-cmds:28376a by kenmcd.

  Execute bits changed from --- to x--
  Fix up bmap output. Meant to remove the testfile on every
  test but forgot to. Also needed to truncate the files
  in the 2nd group of tests which used resvsp so that
  the length/eof was correct for the test.
This commit is contained in:
Tim Shimmin
2007-04-05 15:45:28 +00:00
parent a5bf75d71b
commit a906340d27
4 changed files with 49 additions and 102 deletions
+1 -2
View File
@@ -46,9 +46,8 @@ _filter_io()
#
_filter_bmap()
{
tee -a $seq.full |\
awk '$3 ~ /hole/ { print $1, $2, $3; next }
{print $1, $2}'
{print $1, $2}' >> $seq.full
}
# get standard environment, filters and checks