summaryrefslogtreecommitdiff
path: root/tests/t0010-generate-tests.sh
blob: 28be31d308811b188aff9a1b0fe15dce396d220a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

test_description='Test generate'
. ./setup.sh

export TEST_CRED="test_cred"
export TEST_CRED_LEN=24

test_expect_success 'Test "generate" command' '
	pass_init &&
	echo Generating credential "${TEST_CRED}" with length ${TEST_CRED_LEN} &&
	${PASS} generate "${TEST_CRED}" ${TEST_CRED_LEN} &&
	check_cred "${TEST_CRED}"
'

test_done
f04031429e426eddb&follow=1'>Rename from 'client' to 'cl'René 'Necoro' Neumann5-26/+26 2020-05-03Use UIDPLUS Imap extensionRené 'Necoro' Neumann4-11/+33 2020-05-03Fix update in IMAPRené 'Necoro' Neumann1-2/+12 2020-05-03Update support for IMAPRené 'Necoro' Neumann5-17/+205 2020-05-03Option "reupload-if-updated"René 'Necoro' Neumann2-0/+4 2020-05-03Fix typoRené 'Necoro' Neumann1-2/+2 2020-05-02Use uuid library directly and encode to base64.René 'Necoro' Neumann6-10/+16 2020-05-02RestructureRené 'Necoro' Neumann8-95/+111 2020-05-02WIP: Message-IdsRené 'Necoro' Neumann8-5/+40 2020-05-02Typo and mention config example in READMERené 'Necoro' Neumann2-1/+3