summaryrefslogtreecommitdiffstats
path: root/external/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'external/test/test.sh')
-rwxr-xr-xexternal/test/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/test/test.sh b/external/test/test.sh
index cfea7865..827cd921 100755
--- a/external/test/test.sh
+++ b/external/test/test.sh
@@ -43,7 +43,7 @@ strip_version_from_result() {
}
diff_with_result() {
- # Explicitly diff a file with an arbitary result file
+ # Explicitly diff a file with an arbitrary result file
if [ "$#" -eq 1 ] ; then
if ! diff -u "$RESULT" "$1" ; then
fail_test;
OpenPOWER on IntegriCloud