summaryrefslogtreecommitdiff
path: root/tests/t0400-grep.sh
blob: 206377fa779af9ae9e0f5795218fa370517aff1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env bash

test_description='Grep check'
cd "$(dirname "$0")"
. ./setup.sh

test_expect_success 'Make sure grep prints normal lines' '
	"$PASS" init $KEY1 &&
	"$PASS" insert -e blah1 <<<"hello" &&
	"$PASS" insert -e blah2 <<<"my name is" &&
	"$PASS" insert -e folder/blah3 <<<"I hate computers" &&
	"$PASS" insert -e blah4 <<<"me too!" &&
	"$PASS" insert -e folder/where/blah5 <<<"They are hell" &&
	results="$("$PASS" grep hell)" &&
	[[ $(wc -l <<<"$results") -eq 4 ]] &&
	grep -q blah5 <<<"$results" &&
	grep -q blah1 <<<"$results" &&
	grep -q "They are" <<<"$results"
'

test_done
&follow=1'>Overhaul vimperatorrcRené Neumann1-4/+12 2013-04-12Delete XML syntax file.René 'Necoro' Neumann1-344/+0 2013-04-12Jinja syntax file.René 'Necoro' Neumann2-0/+136 2013-04-12Add unimpaired vim plugin.René 'Necoro' Neumann1-0/+3 2013-04-12'git s -uno' aliasRené Neumann1-0/+1 2013-04-06Update vundleRené 'Necoro' Neumann1-0/+0 2013-04-06Ignore /dev/zero stuff in check_libsRené 'Necoro' Neumann1-1/+1 2013-02-01René Neumann1-0/+1 2013-02-01XComposeRené Neumann2-7/+2265