chiark / gitweb /
test suite: sbuild-gitish: Do not use build-products-dir
[dgit.git] / tests / tests / test-list-uptodate
index a2b4c5b879c66ecad08121a002b5228eca57cf6c..f28f404978bc2f50d36285f48f22d4c35f4b1837 100755 (executable)
@@ -1,9 +1,14 @@
 #!/bin/bash
 set -e
+autoimport=
 . tests/lib
 
+t-dependencies NO-DEFAULT git
+
 : "just verifies internal consistency of test suite"
 
 cd $root
-$troot/list-tests gencontrol >$tmp/control-expected
+$troot/enumerate-tests gencontrol >$tmp/control-expected
 diff debian/tests/control $tmp/control-expected
+
+t-ok