Searched refs:test (Results 1 – 25 of 84) sorted by relevance
1234
2 tests/test-fadvise.c9 TESTS += test-fadvise10 check_PROGRAMS += test-fadvise
2 tests/test-rand-isaac.c10 TESTS += test-rand-isaac11 check_PROGRAMS += test-rand-isaac
14 if test "X$enable_libsmack" != "Xno"; then21 if test "X$LIB_SMACK" = "X"; then22 if test "X$enable_libsmack" = "Xyes"; then
7 TESTS += test-link8 check_PROGRAMS += test-link
7 TESTS += test-rename8 check_PROGRAMS += test-rename
39 test -z "$d" && d1=. || d1=$d60 test "$INT_MAX" || fatal_ "running getlimits"76 || skip_ "This test requires getfacl and setfacl."79 || skip_ "This test requires a local user named bin."84 test $# = 1 || framework_failure_107 skip_ "This test must be run on a local file system."122 test -z "$CONFIG_HEADER" \140 # Skip this test if we're not in SELinux "enforcing" mode.144 test "$(getenforce)" = Enforcing \145 || skip_ "This test is useful only with SELinux in Enforcing mode."[all …]
51 m4_syscmd([test "${GNULIB_POSIXCHECK+set}" = set])87 # The test suite needs to know if we have a working perl.88 AM_CONDITIONAL([HAVE_PERL], [test "$gl_cv_prog_perl" != no])130 if test "$gl_single_binary" = 'symlinks'; then131 if ! test "`echo ls | sed \"$program_transform_name\"`" = 'ls'; then136 AM_CONDITIONAL([SINGLE_BINARY], [test "$gl_single_binary" != no])150 AM_CONDITIONAL([BOLD_MAN_REFS], [test "$gl_bold_manpages" != no])171 [test -d "$srcdir"/.git \172 && ! test -f "$srcdir"/.tarball-version \176 if test $gl_gcc_warnings != no; then[all …]
18 …on before FF; r_r_o_l-test: >>> 3::: line truncation before new page; r_r_o_l-test: ::: 3<<< t…37 27. 27::: no truncation before nwe page; (r_l-test): ::: 56 …<< truncation before FF; (r_l-test): >>> 41::: yzxyzxyz XYZXYZXYZ abcabcab ::: 27<<< truncat…
18 …on before FF; r_r_o_l-test: >>> 3<<< truncation before FF; r_r_o_l-test: >>> 3::: line truncati…37 27. 27::: no truncation before nwe page; (r_l-test): :::56 …41.27<<< truncation before FF; (r_l-test): >>> 27<<< truncation before FF; (r_l-test): >>> 41:…
18 3<<< truncation before FF; r_r_o_l-test: >>> 3::: line truncation before new page; r_r_o_l-test:…37 27::: no truncation before nwe page; (r_l-test): :::56 27<<< truncation before FF; (r_l-test): >>> 41::: yzxyzxyz XYZXYZXYZ abcabcab :::
18 …3<<< truncation before FF; r_r_o_l-test: >>> 3::: line truncation before new page; r_r_o_l-test:…37 27::: no truncation before nwe page; (r_l-test): :::56 27<<< truncation before FF; (r_l-test): >>> 41::: yzxyzxyz XYZXYZXYZ abcabcab :::
13 3 line truncation before FF; r_r_o_l-test:27 27 no truncation before FF; (r_l-test):
14 3 line truncation before FF; r_r_o_l-test:29 27 no truncation before FF; (r_l-test):
13 3 line truncation before FF; r_r_o_l-test:28 27 no truncation before FF; (r_l-test):
15 3 line truncation before FF; r_r_o_l-test:30 27 no truncation before FF; (r_l-test):
13 3<<< truncation before FF; r_r_o_l-test: >>>26 27<<< truncation before FF; (r_l-test): >>>
24 13.3 line truncation before FF; r_r_o_l-test:49 27.27 no truncation before FF; (r_l-test):
29 test $ac_cv_header_sys_param_h = yes &&30 test $ac_cv_header_sys_mount_h = yes &&59 test $ac_cv_member_struct_statvfs_f_basetype = yes ||61 test $ac_cv_member_struct_statvfs_f_fstypename = yes ||62 { test $ac_cv_member_struct_statfs_f_fstypename != yes &&64 test $ac_cv_member_struct_statvfs_f_type = yes; }; }; }; }78 if test $ac_cv_header_OS_h != yes; then
58 my $test = 'env test';59 system (qq(touch setuid && chmod u+s setuid && $test -u setuid &&60 touch setgid && chmod g+s setgid && $test -g setgid &&61 mkdir sticky && chmod +t sticky && $test -k sticky &&62 mkdir owt && chmod +t,o+w owt && $test -k owt &&