diff --git a/b2/test/curr b/b2/test/curr new file mode 100755 index 0000000..6a6ae3e --- /dev/null +++ b/b2/test/curr @@ -0,0 +1,52 @@ +#!/bin/bash +. ./Common + +############################################################################### + +tst "currency: one currency" < USD is already defined +EOF + +#------------------------------------------------------------------------------ + +tst_fail "currency: duplicate exchange rate" < USD is already defined +EOF + +###############################################################################