chiark / gitweb /
test suite: import-dsc: Comment out missing object test for now
[dgit.git] / tests / tests / import-dsc
index 98092a245a1dcd76bcacfeaa722684a7144529cc..3fff2712f6b17bada604920c88e2e24d003f0368 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 set -e
 . tests/lib
+t-tstunt-parsechangelog
 
 t-setup-import examplegit
 
@@ -71,8 +72,8 @@ git init
 
 check-import $troot/pkg-srcs 1.0-1
 
-t-expect-fail "Your git tree does not have that object" \
-check-import ../mirror/pool/main 1.2
+t-expect-fail "Your git tree does not have that object" \
+check-import ../mirror/pool/main 1.2
 
 check-import ../mirror/pool/main 1.2 --force-import-dsc-with-dgit-field
 
@@ -96,4 +97,4 @@ test "x$mb" = x
 t-expect-fail 'signature check failed' \
 t-dgit import-dsc --require-valid-signature $dsc2 +$branch
 
-echo ok.
+t-ok