Lines Matching refs:fail_unless
45 fail_unless(rc == 3, "return code should be 3");
46 fail_unless(!strcmp(output, "bug"), "wrong output");
50 fail_unless(rc == 3, "return code should be 3");
51 fail_unless(!strcmp(output, "bug"), "wrong output");
56 fail_unless(rc == 2, "return code should be 2");
57 fail_unless(!strcmp(output, "bu"), "wrong output");
61 fail_unless(rc == 3, "return code should be 3");
62 fail_unless(!strcmp(output, "bug"), "wrong output");
66 fail_unless(rc == 3, "return code should be 3");
67 fail_unless(!strcmp(output, "012"), "wrong output");
71 fail_unless(rc == 7, "return code should be 7");
72 fail_unless(!strcmp(output, "bug "), "wrong output");
76 fail_unless(rc == 7, "return code should be 7");
77 fail_unless(!strcmp(output, " bu"), "wrong output");
81 fail_unless(rc == 3, "return code should be 3");
82 fail_unless(!strcmp(output, "102"), "wrong output");
86 fail_unless(rc == 15, "return code should be 15");
87 fail_unless(!strcmp(output, " bug bu"), "wrong output");
91 fail_unless(rc == 15, "return code should be 15");
92 fail_unless(!strcmp(output, " 1234 567"), "wrong output");
96 fail_unless(rc == 0, "return code should be 0");