From 4cc027a139396742983405782ab70a766dcaffb0 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Mon, 20 Mar 2017 10:55:45 -0700 Subject: Generate default passname from URI label; remove url param --- test/uri.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/uri.t') diff --git a/test/uri.t b/test/uri.t index 084b010..089ad3b 100755 --- a/test/uri.t +++ b/test/uri.t @@ -8,7 +8,7 @@ test_expect_success 'Shows key URI in single-line passfile' ' uri="otpauth://totp/Example:alice@google.com?secret=JBSWY3DPEHPK3PXP&issuer=Example" test_pass_init && - "$PASS" otp insert "$uri" passfile && + "$PASS" otp insert passfile <<< "$uri" && [[ $("$PASS" otp uri passfile) == "$uri" ]] ' -- cgit v1.2.3