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

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

export TEST_CRED="test_cred"
export TEST_PASSWORD="Hello world"

test_expect_success 'Test "insert" command' '
	pass_init &&
	echo "$TEST_PASSWORD" | ${PASS} insert -e "$TEST_CRED" &&
	verify_password "$TEST_CRED" "$TEST_PASSWORD"
'

test_done
2-0/+6 2012-10-01Use long option-names -- adds documentation in itselfRené Neumann1-5/+5 2012-10-01More git changesRené Neumann1-1/+4 2012-10-01Git: colorsRené Neumann1-0/+15 2012-10-01Remove 'git cob' -- use 'git co -t' insteadRené Neumann1-1/+0 2012-10-01Allow nice pathes in gitRené Neumann1-0/+7