summaryrefslogtreecommitdiff
path: root/tests/tests/spelling
blob: ed1290c0d845c034a66aaa15e4b53062ec8c21c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
set -e
. tests/lib

t-restrict x-dgit-git-only

cd $root

set +e
git grep -q -i 'ps[u]edo'
rc=$?
set -e

test $rc = 1

t-ok