Searched refs:expected_output (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_007_neg.ksh53 [[ -e $TEST_BASE_DIR/expected_output.$$ ]] && log_must rm \
54 $TEST_BASE_DIR/expected_output.$$
77 create_expected_output $TEST_BASE_DIR/expected_output.$$ SUNWattr_ro SUNWattr_rw
84 log_must eval "ls_xattr $TESTDIR/myfile2.$$ > $TEST_BASE_DIR/expected_output.$$"
87 log_must diff $TEST_BASE_DIR/output.$$ $TEST_BASE_DIR/expected_output.$$
/freebsd-13-stable/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_007_neg.ksh66 [[ -e $TMPDIR/expected_output.${TESTCASE_ID} ]] && log_must $RM \
67 $TMPDIR/expected_output.${TESTCASE_ID}
98 create_expected_output $TMPDIR/expected_output.${TESTCASE_ID} SUNWattr_ro \
100 log_must $DIFF $TMPDIR/output.${TESTCASE_ID} $TMPDIR/expected_output.${TESTCASE_ID}
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_list_output_unittest.py123 def _TestOutput(self, test_format, expected_output):
126 expected_lines = expected_output.splitlines()
135 'on line %d' % (actual, expected_output, line_count)))
/freebsd-13-stable/sbin/pfctl/tests/
H A Dpfctl_test.c131 struct sbuf *expected_output; local
144 expected_output = read_file(expected_path);
169 ATF_CHECK_STREQ(sbuf_data(expected_output), sbuf_data(real_output));
170 sbuf_delete(expected_output);
/freebsd-13-stable/bin/ls/tests/
H A Dls_tests.sh636 expected_output=$(stat -f "%Sp[[:space:]]+%l[[:space:]]+%Su[[:space:]]+%Sg[[:space:]]+%z[[:space:]]+$mtime[[:space:]]+a\\.file" a.file)
638 atf_check -e empty -o match:"$expected_output" -s exit:0 ls -l a.file

Completed in 266 milliseconds