aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/002-test-key-name.test/run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/002-test-key-name.test/run.sh b/test/002-test-key-name.test/run.sh
index e4b4acb..f9fd5c3 100755
--- a/test/002-test-key-name.test/run.sh
+++ b/test/002-test-key-name.test/run.sh
@@ -29,6 +29,7 @@ if [ "$found" = "$real" ] ; then
rm $stderr
exit 0
else
- echo "Error: No match"
+ echo "Error: No match. Key file contents:"
+ cat "$key"
exit 1
fi