Searched refs:_expected (Results 1 – 4 of 4) sorted by relevance
33 _expected=$147 if test "x$_expected" = "xY" -a $_result -ne 0 ; then49 elif test "x$_expected" = "xN" -a $_result -eq 0 ; then51 elif test "x$_expected" != "xY" -a "x$_expected" != "xN" ; then52 fatal "check_lfwd invalid argument \"$_expected\""54 verbose "check_lfwd done (expecting $_expected): $_message"60 _expected=$177 if test "x$_expected" = "xY" -a $_result -ne 0 ; then79 elif test "x$_expected" = "xN" -a $_result -eq 0 ; then81 elif test "x$_expected" != "xY" -a "x$_expected" != "xN" ; then[all …]
64 _expected=$167 [ "x$_n" = "x$_expected" ] || fail "$_message (got $_n wanted $_expected)"
52 #define REQUIRE_EXTATTR_RESULT(_expected, expr) \ argument54 ssize_t expected = (_expected); \
498 _expected="-----BEGIN RSA PRIVATE KEY-----504 atf_check -o inline:"${_expected}" cat ${PWD}/etc/ssh/ssh_host_rsa_key505 _expected="ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAGEAoPRhIfLvedSDKw7Xd ...\n"506 atf_check -o inline:"${_expected}" cat ${PWD}/etc/ssh/ssh_host_rsa_key.pub507 _expected="-----BEGIN OPENSSH PRIVATE KEY-----513 atf_check -o inline:"${_expected}" cat ${PWD}/etc/ssh/ssh_host_ed25519_key514 _expected="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK+MH4E8KO32N5CXRvXVqvyZVl0+6ue4DobdhU0FqFd+\n"515 atf_check -o inline:"${_expected}" cat ${PWD}/etc/ssh/ssh_host_ed25519_key.pub