Description
In HADOOP-8691 Hadoop FsShell output format has been changed, which causes failures of some Bigtop TestCLI test cases (test xml file expects that string 'Found 1 items' can be found in the output while the Hadop 2.4 doesn't do this).
The proposed fix attached to this JIRA is based on HDFS-6058 (from hadoop-common) which just removes all occurences of TokenComparator looking for string 'Found 1 items'.