diff options
Diffstat (limited to 'tests/cyclictest/parse')
-rwxr-xr-x | tests/cyclictest/parse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cyclictest/parse b/tests/cyclictest/parse index 64a6fef..e83090a 100755 --- a/tests/cyclictest/parse +++ b/tests/cyclictest/parse @@ -1,3 +1,3 @@ #!/bin/bash -grep -e "^! .* ok" | sed -n '2p' | awk '{print $17}' +cat | grep -e "^! .* ok$" | sed -n '2p' | awk '{print $17}' |