[master] Fix test problem on systems such as OS X
On some systems, the output of "wc -l" is left-justified. On others (the ones on which the test fails), the output is indented. Replacing "cut" with "awk" fixes this.
Please register or sign in to comment