search for: append1

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

Did you mean: append
2013 Jul 22
2
script to test CATENATE
...running. One time only, pass the --init argument to store some template messages used by the real tests: $ ./catenate.pl --host your.test.server --user testuser --password 1234 --init connecting (imaps)... capability... logging in... deleting old templates mailbox... creating templates mailbox... append1... Append succeeded append2... Append succeeded logout... success $ ./catenate.pl --host your.test.server --user testuser --password 1234 connecting (imaps)... capability... logging in... append1... Append failed as it should have (bad url): <append1 NO [BADURL ;invalid;] Invalid IMAP URL: Unexp...
2016 Sep 30
2
[PATCH] customize: Add --append-line.
...index 2a9227b..80dcd98 100755 --- a/builder/test-virt-builder.sh +++ b/builder/test-virt-builder.sh @@ -70,6 +70,19 @@ $VG virt-builder phony-fedora \ --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'...