search for: append3

Displaying 2 results from an estimated 2 matches for "append3".

Did you mean: append
2016 Sep 30
2
[PATCH] customize: Add --append-line.
...edora \ --delete /Makefile \ --link /etc/foo/bar/baz/foo:/foo \ --link /etc/foo/bar/baz/foo:/foo1:/foo2:/foo3 \ + --append-line '/etc/append1:hello' \ + --append-line '/etc/append2:line1' \ + --append-line '/etc/append2:line2' \ + --write '/etc/append3:line1' \ + --append-line '/etc/append3:line2' \ + --write '/etc/append4:line1 +' \ + --append-line '/etc/append4:line2' \ + --touch /etc/append5 \ + --append-line '/etc/append5:line1' \ + --write '/etc/append6: +' \ + --append-line ...
2013 Jul 22
2
script to test CATENATE
..... logging in... append1... Append failed as it should have (bad url): <append1 NO [BADURL ;invalid;] Invalid IMAP URL: Unexpected IMAP URL path segment: `;invalid;'.> append2... Append failed as it should have (bad url): <append2 NO [BADURL /inbox/;uid=99999999] Message not found.> append3... Append succeeded [...] All tests passed. $ If it concludes with anything other than "All tests passed" or hangs then it found something that it didn't expect and that should be examined. Use the --verbose option to see the entire client-server conversation. We hope that you fin...