From f59eb6df7bb50d300cbf2fcea062f9ec69966926 Mon Sep 17 00:00:00 2001 From: Unitech Date: Sun, 12 Jun 2016 17:20:29 +0200 Subject: [PATCH] display diff out --- test/bash/wrapped-fork.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/bash/wrapped-fork.sh b/test/bash/wrapped-fork.sh index 7897c488..0731031c 100644 --- a/test/bash/wrapped-fork.sh +++ b/test/bash/wrapped-fork.sh @@ -18,9 +18,7 @@ sleep 1 OUT=`diff path-check1.txt path-check2.txt` -rm path-check1.txt -rm path-check2.txt - +echo $OUT [ -z "$OUT" ] || fail "The outputs are not identical" success "The outputs are identical"