summaryrefslogtreecommitdiff
path: root/indra/test/llblowfish_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/test/llblowfish_tut.cpp')
-rw-r--r--indra/test/llblowfish_tut.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/test/llblowfish_tut.cpp b/indra/test/llblowfish_tut.cpp
index 97ed2be760..5b956d7544 100644
--- a/indra/test/llblowfish_tut.cpp
+++ b/indra/test/llblowfish_tut.cpp
@@ -107,7 +107,7 @@ namespace tut
ensure("encryption space 8",
(dst_len == 16) );
#else
- skip_fail("Blowfish only supported on Linux.");
+ skip("Blowfish only supported on Linux.");
#endif // LL_LINUX
}
@@ -129,7 +129,7 @@ namespace tut
ensure("encrypt null key", matchFile("blowfish.1.bin", result));
#else
- skip_fail("Blowfish only supported on Linux.");
+ skip("Blowfish only supported on Linux.");
#endif // LL_LINUX
}
@@ -152,7 +152,7 @@ namespace tut
ensure("encrypt real key", matchFile("blowfish.2.bin", result));
#else
- skip_fail("Blowfish only supported on Linux.");
+ skip("Blowfish only supported on Linux.");
#endif // LL_LINUX
}
}