From: Karl Hasselström Date: Tue, 20 May 2008 21:33:24 +0000 (+0200) Subject: Disable patchlog test for "stg new" X-Git-Tag: v0.15-rc1~234 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/d75b554a40ff336180739e4a5d50b70456f3fc94?hp=5c5234dbdfab2cd1a7d90ab2b3635fe536e39bbc Disable patchlog test for "stg new" This will be broken by the "stg new" rewrite, so stop testing it. Signed-off-by: Karl Hasselström --- diff --git a/t/t1400-patch-history.sh b/t/t1400-patch-history.sh index 879b1a5..a693e75 100755 --- a/t/t1400-patch-history.sh +++ b/t/t1400-patch-history.sh @@ -35,9 +35,7 @@ test_expect_success \ test_expect_success \ 'Check the "new" and "refresh" logs' \ ' - stg log --full foo | grep -q -e "^new" && stg log --full foo | grep -q -e "^refresh" && - stg log --full | grep -q -e "^new" && stg log --full | grep -q -e "^refresh" '