Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-12.1/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh402 printf "" > test1
443 printf "Foo" > test1
457 printf "Foobar(ed)" > test1
480 printf "Foobar(ed)" > test1
503 printf "x xx\n" > test1
506 atf_check -o file:test1 grep -w "x" test1
554 printf "A\nB\nC\n" > test1
581 printf "A\nB\nC\n" > test1
643 printf "A\nB\nC\n" > test1
656 printf "" > test1
[all …]
/freebsd-12.1/tools/regression/nfsmmap/test1/
H A DMakefile3 PROG= test1
6 CLEANFILES= test1.zeros test1.good test1.data test1.scratch
8 all: test1 test1.zeros test1.good
9 @cp ${.OBJDIR}/test1.zeros ${.OBJDIR}/test1.data
11 ssh ${NFSSERVER} touch ${.OBJDIR}/test1.data; \
13 @cd ${.OBJDIR}; ${.OBJDIR}/test1
14 @if cmp -s ${.OBJDIR}/test1.data ${.OBJDIR}/test1.good && \
15 cmp -s ${.OBJDIR}/test1.scratch ${.OBJDIR}/test1.good ; then \
21 test1.zeros: test1.zeros.uu
24 test1.good: test1.good.uu
/freebsd-12.1/bin/sh/tests/parameters/
H A Dpwd2.09 mkdir test1
10 ln -s test1 link
14 [ "$(pwd -P)" = "$TP/test1" ]
16 [ "$(${SH} -c pwd\ -P)" = "$TP/test1" ]
20 [ "$PWD" = "$TP/test1" ]
21 [ "$(pwd)" = "$TP/test1" ]
22 [ "$(pwd -P)" = "$TP/test1" ]
23 [ "$(${SH} -c pwd)" = "$TP/test1" ]
24 [ "$(${SH} -c pwd\ -P)" = "$TP/test1" ]
/freebsd-12.1/usr.sbin/pw/tests/
H A Dpw_usermod_test.sh107 atf_check -s exit:0 ${PW} groupadd test1
109 atf_check -s exit:0 ${PW} useradd foo -G test1,test2
110 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test1
113 atf_check -o match:"bar" -s exit:0 ${PW} groupshow test1
121 atf_check -s exit:0 ${PW} groupadd test1
125 atf_check -s exit:0 ${PW} useradd foo -G test1,test2
126 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test1
H A Dpw_groupadd_test.sh10 ${PW} groupadd -n test1 -g 9999999999999
/freebsd-12.1/bin/sh/tests/parser/
H A Dalias15.0.stdout1 echo test1
2 test1
H A Dalias15.010 eval 'echoanddo echo test1'
/freebsd-12.1/usr.bin/bmake/tests/shell/replace/
H A DMakefile.test18 .PHONY: test1
19 test1:
/freebsd-12.1/usr.bin/bmake/tests/syntax/semi/
H A DMakefile.test6 .ifmake test1
12 test1:
/freebsd-12.1/usr.bin/bmake/tests/syntax/enl/
H A DMakefile.test6 .ifmake test1
12 test1:
/freebsd-12.1/tools/regression/usr.bin/cc/
H A Dfloat.c47 #define test(desc, pass) test1((desc), (pass), 0)
48 #define skiptest(desc, pass) test1((desc), (pass), 1)
59 test1(const char *testdesc, int pass, int skip) in test1() function
/freebsd-12.1/lib/libipsec/
H A Dtest-policy.c90 int test1(void);
101 test1();
108 test1() in test1() function
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_read_format_iso_Z.c29 test1(void) in test1() function
101 test1(); in DEFINE_TEST()
/freebsd-12.1/contrib/gcc/
H A Dgenpreds.c385 int test1 = NO_MODE_TEST (XEXP (subexp, 1)); in add_mode_tests() local
387 gcc_assert (test0 || test1); in add_mode_tests()
389 if (test0 && test1) in add_mode_tests()
398 int test1 = NO_MODE_TEST (XEXP (subexp, 1)); in add_mode_tests() local
401 gcc_assert ((test0 && test1) || test2); in add_mode_tests()
403 if (test0 && test1 && test2) in add_mode_tests()
405 if (test0 && test1) in add_mode_tests()
/freebsd-12.1/usr.sbin/etcupdate/tests/
H A Dignore_test.sh214 $COMMAND -r -I '/tree/*' -d $WORKDIR -D $TEST > $WORKDIR/test1.out
222 diff -u -L "correct" $WORKDIR/correct1.out -L "test" $WORKDIR/test1.out \
/freebsd-12.1/tools/regression/nfsmmap/
H A DMakefile3 SUBDIR= test1 test2
/freebsd-12.1/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile.test9 test1:
/freebsd-12.1/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile.test6 test1: colons::colons::target
/freebsd-12.1/usr.bin/bmake/tests/variables/t0/
H A DMakefile.test7 test1:
/freebsd-12.1/usr.bin/bmake/tests/suffixes/src_wild1/
H A DMakefile.test3 test1: TEST1.b
/freebsd-12.1/usr.bin/bmake/tests/suffixes/basic/
H A DMakefile.test5 test1: TEST1.b
/freebsd-12.1/usr.bin/bmake/tests/suffixes/src_wild2/
H A DMakefile.test8 test1: TEST1.b
/freebsd-12.1/usr.bin/bmake/tests/variables/modifier_M/
H A DMakefile.test11 test1:
/freebsd-12.1/usr.bin/bmake/tests/archives/fmt_oldbsd/
H A DMakefile.test9 test1: libtest.a(short.o)
/freebsd-12.1/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile.test8 test1: libtest.a(short.o)

12