diff options
Diffstat (limited to 'tests/018')
-rw-r--r-- | tests/018/crypt.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/018/crypt.tl b/tests/018/crypt.tl index 55a897af..3652b6e1 100644 --- a/tests/018/crypt.tl +++ b/tests/018/crypt.tl @@ -2,12 +2,12 @@ (mtest (crypt nil nil) :error - (crypt "a" "b") :error (crypt "a" "bc") "bcshMw5X24ayQ" (crypt "a" "bcd") "bcshMw5X24ayQ") (if (eq :linux (os-symbol)) (mtest + (crypt "a" "b") :error (crypt "a" "$0$") :error (crypt "a" "$9$") :error (crypt "a" "$1$") "$1$$Ij31LCAysPM23KuPlm1wA/" |