File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
open_posix_testsuite/conformance/interfaces/sched_setparam Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
*
27
27
* This program creates and deletes a temporary file in order to test
28
28
* the functionality of the tst_tmpdir functionality.
29
- * On successfull completion it prints the message:
29
+ * On successful completion it prints the message:
30
30
* "Test completed successfully!"
31
31
*/
32
32
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ freeze_self_thaw.sh
21
21
The subshell process sleeps and then freezes the control group it is a
22
22
part of. We then thaw the subshell process. We expect the unthawed
23
23
subshell process to need cleanup afterwards (allows us to test
24
- successfull thawing).
24
+ successful thawing).
25
25
26
26
freeze_sleep_thaw.sh
27
27
This bash script tests freezer code by starting a long sleep process.
Original file line number Diff line number Diff line change 22
22
# This bash script tests freezer code by starting a long subshell process.
23
23
# The subshell process sleeps and then freezes the control group it is a
24
24
# part of. We then thaw the subshell process. We expect the unthawed subshell
25
- # process to need cleanup afterwards (allows us to test successfull thawing).
25
+ # process to need cleanup afterwards (allows us to test successful thawing).
26
26
#
27
27
28
28
. " ${CGROUPS_TESTROOT} /libcgroup_freezer"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ static void run(void)
65
65
tst_res (TINFO , "total time for test to run: %d minute(s) and %d seconds" ,
66
66
diff / 60 , diff % 60 );
67
67
68
- tst_res (TPASS , "test successfull " );
68
+ tst_res (TPASS , "test successful " );
69
69
}
70
70
71
71
static struct tst_test test = {
Original file line number Diff line number Diff line change 24
24
* 5. Both children and father increment a counter in a basic loop.
25
25
* 6. The father send SIGTERM to the last child and get its counter. If child
26
26
* counter is reasonably lower than the fathers one, the test is
27
- * successfull .
27
+ * successful .
28
28
* 7. The father kill all other children.
29
29
*/
30
30
Original file line number Diff line number Diff line change 24
24
* 5. Both children and father increment a counter in a basic loop.
25
25
* 6. The father send SIGTERM to the last child and get its counter. If child
26
26
* counter is reasonably lower than the fathers one, the test is
27
- * successfull .
27
+ * successful .
28
28
* 7. The father kill all other children.
29
29
*/
30
30
You can’t perform that action at this time.
0 commit comments