add compare check with dd & diff
authorjijoong.moon <jijoong.moon@samsung.com>
Tue, 30 Apr 2019 01:46:09 +0000 (10:46 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 7 May 2019 06:10:32 +0000 (15:10 +0900)
commite60efda862ceafac29b7c2cf72d41509f572f21d
treea80c8f0ed0ceefc058056910528ee56a69d5c038
parent410bcd0f2d13627555b1c72499037fd5e0b605f5
add compare check with dd & diff

In case of that there is not available cmp with '-n', dd and diff
compoistion could be useful to compare two file.

diff <(dd bs=1 count=$bufsize if=$1 &>/dev/null) <(dd bs=1
count=$bufsize if=$2 &>/dev/null)

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
ssat-api.sh