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