From 882aac223e63eb2b47cc29c74ec7eec784124d58 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Wed, 19 Nov 2014 21:21:03 +0100 Subject: [PATCH] Add issue number to expected failures in sharness tests License: MIT Signed-off-by: Christian Couder --- test/t0030-mount.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/t0030-mount.sh b/test/t0030-mount.sh index 503335001..88e747598 100755 --- a/test/t0030-mount.sh +++ b/test/t0030-mount.sh @@ -25,11 +25,11 @@ test_expect_success "mount directories can be removed" ' test_launch_ipfs_daemon -test_expect_failure "'ipfs mount' fails when no mount dir" ' +test_expect_failure "'ipfs mount' fails when no mount dir (issue #341)" ' test_must_fail ipfs mount >actual ' -test_expect_failure "'ipfs mount' looks good when it fails" ' +test_expect_failure "'ipfs mount' looks good when it fails (issue #341)" ' ! grep "IPFS mounted at" actual && ! grep "IPNS mounted at" actual '