diff options
author | David Phillips <david@sighup.nz> | 2017-11-23 22:22:07 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-11-23 22:22:07 +1300 |
commit | b7736f2cc756b77dec81b507be353deb1cdfc88a (patch) | |
tree | 919c721c011a9442e318a74d5efb96d58b8aab99 /test/002-test-key-name.test | |
parent | f153ee8ac6546d738ac8975cfac6e9bca4752f8b (diff) | |
download | sand-leek-b7736f2cc756b77dec81b507be353deb1cdfc88a.tar.xz |
Fix failing tests
I am a bad man, I broke master
Diffstat (limited to 'test/002-test-key-name.test')
-rwxr-xr-x | test/002-test-key-name.test/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/002-test-key-name.test/run.sh b/test/002-test-key-name.test/run.sh index f9fd5c3..f3ac770 100755 --- a/test/002-test-key-name.test/run.sh +++ b/test/002-test-key-name.test/run.sh @@ -8,7 +8,7 @@ stderr="$(mktemp)" # Four character search should be a < 1 second CPU burst for CI runner ${EXECUTABLE} -s site > $key 2>$stderr -found="$(tr '\r' '\n' < $stderr | grep Found | cut -d ' ' -f 2)" +found="$(tr '\r' '\n' < $stderr | grep Found | cut -d ' ' -f 3)" echo "sand-leek says it found $found..." |