chiark / gitweb /
autopkgtests: fetch-localgitonly: rename from fetch-nogit
[dgit.git] / tests / tests / fetch-nogit
diff --git a/tests/tests/fetch-nogit b/tests/tests/fetch-nogit
deleted file mode 100755 (executable)
index 7937a6f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-set -e
-. tests/lib
-
-t-archive pari-extra 3-2~dummy1
-t-git-none
-t-worktree 3-1
-cd $p
-old=`git rev-parse HEAD`
-
-t-dgit pull
-
-t-cloned-fetched-good
-t-has-ancestor $old
-
-echo ok