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

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

test_expect_success 'Test "generate" command' '
	pass init $KEY1 &&
	pass generate cred 19 &&
	[[ $(pass show cred | wc -m) -eq 20 ]]
'

test_done
tions'>-10/+18 2008-06-09Fixed 'kill' in the systray popupRené 'Necoro' Neumann1-2/+2 2008-06-09Fixed error messageRené 'Necoro' Neumann2-4/+1 2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann3-45/+107