Change test to output golden silence on success. Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> --- tests/overlay/017 | 4 +++- tests/overlay/017.out | 7 +------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/tests/overlay/017 b/tests/overlay/017 index 5ca3040..d6ba2ae 100755 --- a/tests/overlay/017 +++ b/tests/overlay/017 @@ -89,11 +89,13 @@ done # find by inode number - expect to find file by inode number cat $tmp.before | while read ino f; do - find $f -inum $ino -maxdepth 0 | _filter_scratch + find $SCRATCH_MNT/ -inum $ino -maxdepth 1 | grep -q $f || \ + echo "$f not found by ino $ino" done # Compare before..after - expect silence diff $tmp.before $tmp.after +echo "Silence is golden" status=0 exit diff --git a/tests/overlay/017.out b/tests/overlay/017.out index 1f277c5..8222844 100644 --- a/tests/overlay/017.out +++ b/tests/overlay/017.out @@ -1,7 +1,2 @@ QA output created by 017 -SCRATCH_MNT/dir -SCRATCH_MNT/file -SCRATCH_MNT/symlink -SCRATCH_MNT/chrdev -SCRATCH_MNT/blkdev -SCRATCH_MNT/fifo +Silence is golden -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html