FreeBSD Bugzilla – Attachment 152966 Details for
Bug 197612
usr.sbin.pw.pw_usernext:usernext* tests are broken (but pass sometimes...?)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gets rid of the misplaced closing curly bracket
Bug197612.diff (text/plain), 412 bytes, created by
oneil.rs
on 2015-02-14 11:15:06 UTC
(
hide
)
Description:
gets rid of the misplaced closing curly bracket
Filename:
MIME Type:
Creator:
oneil.rs
Created:
2015-02-14 11:15:06 UTC
Size:
412 bytes
patch
obsolete
>Index: tests/pw_usernext.sh >=================================================================== >--- tests/pw_usernext.sh (revision 278750) >+++ tests/pw_usernext.sh (working copy) >@@ -32,7 +32,7 @@ > atf_check -s exit:0 ${PW} useradd -n test$var0 -g 0 > var0=`expr $var0 + 1` > done >- atf_check -s exit:0 -o match:"100${LIMIT}:1001}" \ >+ atf_check -s exit:0 -o match:"100${LIMIT}:1001" \ > ${PW} usernext > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197612
: 152966 |
153007