Searched refs:test2 (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal/
H A Dtest-journal.c35 static const char test[] = "TEST1=1", test2[] = "TEST2=2"; local
53 iovec.iov_base = (void*) test2;
54 iovec.iov_len = strlen(test2);
87 assert_se(journal_file_find_data_object(f, test2, strlen(test2), NULL, &p) == 1);
/systemd/test/
H A Dtest-efi-create-disk.sh33 echo -e "title Test2\nlinux /test2\noptions option=yes word number=1000 more\n" > mnt/loader/entries/test2.conf

Completed in 10 milliseconds