summaryrefslogtreecommitdiff
path: root/tests/t0001-sanity-checks.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtests/t0001-sanity-checks.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/t0001-sanity-checks.sh b/tests/t0001-sanity-checks.sh
new file mode 100755
index 0000000..bf04394
--- /dev/null
+++ b/tests/t0001-sanity-checks.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+test_description='Sanity checks'
+. ./setup.sh
+
+test_expect_success 'Make sure we can run pass' '
+ ${PASS} --help | grep "pass: the standard unix password manager"
+'
+
+test_expect_success 'Make sure we can initialize our test store' '
+ pass_init &&
+ ls -ld "${PASSWORD_STORE_DIR}" &&
+ [[ -d "${PASSWORD_STORE_DIR}" ]]
+'
+
+test_done
title='2009-07-26 02:55:08 +0200'>2009-07-26Implement reading a number in the EixReaderRené 'Necoro' Neumann1-14/+102 2009-07-26Get rid of the self-implemented file-stuff. Use the normal python-API insteadRené 'Necoro' Neumann2-87/+0 2009-07-24First eix stuffRené 'Necoro' Neumann4-0/+133 2009-07-05Translation and stuffRené 'Necoro' Neumann3-348/+412 2009-07-05TypoRené 'Necoro' Neumann1-1/+1 2009-07-05Allow ':' in expression names. Thus removing the colon as an assignment operatorRené 'Necoro' Neumann2-6/+2 2009-07-05DocRené 'Necoro' Neumann1-1/+14 2009-07-05Install package_details.pyRené 'Necoro' Neumann1-1/+1 2009-07-05Sort plugins in the windowRené 'Necoro' Neumann2-13/+12 2009-07-05Port DependencyDetailRené 'Necoro' Neumann4-129/+118 2009-07-05Also port FilesDetailRené 'Necoro' Neumann3-43/+24 2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann3-27/+14