commit | e82cf339e476126e4016e417aee3c6eb52c702c9 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed May 12 15:59:32 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed May 12 15:59:32 2010 +0200 |
tree | af480d4552cb63fcf8ee28600986e9c16c7adb6a | |
parent | a2215b98f7d65bc613b9c8f008d79672402c6a07 [diff] [blame] |
randomtest fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/testsuite/du/du-works b/testsuite/du/du-works index 4db684a..e320f1d 100644 --- a/testsuite/du/du-works +++ b/testsuite/du/du-works
@@ -3,4 +3,6 @@ d=/bin du "$d" > logfile.gnu busybox du "$d" > logfile.bb -cmp logfile.gnu logfile.bb +cmp logfile.gnu logfile.bb && exit 0 +diff -u logfile.gnu logfile.bb +exit 1