diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-02-14 16:26:19 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-02-14 16:26:19 +0000 |
| commit | 0f63c4af5e4761680550b0aa08cc96f52076c08c (patch) | |
| tree | 78d6a31fb3af5a04096140319bb2738d7b55c779 /usr.bin/limits/tests | |
| parent | 36631977d8c9264b7a54f039289918adea4d2a03 (diff) | |
Diffstat (limited to 'usr.bin/limits/tests')
| -rwxr-xr-x | usr.bin/limits/tests/limits_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/limits/tests/limits_test.sh b/usr.bin/limits/tests/limits_test.sh index 701886066ff1..fd7b50b0945a 100755 --- a/usr.bin/limits/tests/limits_test.sh +++ b/usr.bin/limits/tests/limits_test.sh @@ -57,7 +57,7 @@ cputime_hard_flag_body() atf_check -o match:'cputime[[:space:]]+3 secs' \ limits -H -t 3 limits -S atf_check -e save:time_output -s signal:sigkill \ - limits -H -t 3 $TIME -p sh -c 'while : ; do : ; done' + $TIME -p limits -H -t 3 sh -c 'while : ; do : ; done' validate_time_output time_output } cputime_hard_flag_cleanup() @@ -76,7 +76,7 @@ cputime_soft_flag_body() atf_check -o match:'cputime-cur[[:space:]]+3 secs' \ limits -S -t 3 limits -S atf_check -e save:time_output -s signal:$SIGXCPU \ - limits -S -t 3 $TIME -p sh -c 'while : ; do : ; done' + $TIME -p limits -S -t 3 sh -c 'while : ; do : ; done' validate_time_output time_output } cputime_soft_flag_cleanup() |
