Source: assword
Version: 0.11-1
Severity: serious
https://buildd.debian.org/status/fetch.php?pkg=assword&arch=all&ver=0.11-1&stamp=1519380459&raw=0
...
cli: Testing cli
FAIL 5
dump non-existant db assword dump
lib/test-lib.sh: line 417: assword: command not found
FAIL add first entry
assword add foo@bar
lib/test-lib.sh: line 417: assword: command not found
FAIL add second entry
assword add 'baz asdf Dokw okb 32438uoijdf'
lib/test-lib.sh: line 417: assword: command not found
FAIL 2
add existing context assword add foo@bar
lib/test-lib.sh: line 417: assword: command not found
FAIL dump all entries
--- cli.5.expected 2018-02-23 10:07:27.550563715 +0000
+++ cli.5.output 2018-02-23 10:07:27.546563719 +0000
@@ -1,8 +1 @@
-{
- "baz asdf Dokw okb 32438uoijdf": {
- FOO
- },
- "foo@bar": {
- FOO
- }
-}
+./cli: line 22: assword: command not found
FAIL dump search 0
--- cli.6.expected 2018-02-23 10:07:27.562563698 +0000
+++ cli.6.output 2018-02-23 10:07:27.558563703 +0000
@@ -1,5 +1 @@
-{
- "foo@bar": {
- FOO
- }
-}
+./cli: line 36: assword: command not found
FAIL dump search 1
--- cli.7.expected 2018-02-23 10:07:27.574563681 +0000
+++ cli.7.output 2018-02-23 10:07:27.570563687 +0000
@@ -1,5 +1 @@
-{
- "baz asdf Dokw okb 32438uoijdf": {
- FOO
- }
-}
+./cli: line 47: assword: command not found
FAIL dump search 2
--- cli.8.expected 2018-02-23 10:07:27.586563664 +0000
+++ cli.8.output 2018-02-23 10:07:27.582563670 +0000
@@ -1,8 +1 @@
-{
- "baz asdf Dokw okb 32438uoijdf": {
- FOO
- },
- "foo@bar": {
- FOO
- }
-}
+./cli: line 58: assword: command not found
FAIL 2
add existing context assword add foo@bar
lib/test-lib.sh: line 417: assword: command not found
FAIL 2
replace non-existing context assword replace aaaa
lib/test-lib.sh: line 417: assword: command not found
FAIL 2
update non-existing context assword update aaaa
lib/test-lib.sh: line 417: assword: command not found
FAIL update entry
--- cli.12.expected 2018-02-23 10:07:27.610563632 +0000
+++ cli.12.output 2018-02-23 10:07:27.610563632 +0000
@@ -1,5 +1 @@
-{
- "foo@example": {
- FOO
- }
-}
+./cli: line 81: assword: command not found
./cli: line 80: assword: command not found
FAIL 2
remove non-existant entry assword remove aaaa
lib/test-lib.sh: line 417: assword: command not found
FAIL remove entry
--- cli.14.expected 2018-02-23 10:07:27.626563609 +0000
+++ cli.14.output 2018-02-23 10:07:27.626563609 +0000
@@ -1,5 +1 @@
-{
- "baz asdf Dokw okb 32438uoijdf": {
- FOO
- }
-}
+./cli: line 94: assword: command not found
./cli: line 93: assword: command not found
Test suite complete.
16/30 tests passed.
14 tests failed.
make[2]: *** [Makefile:11: test] Error 1