From 696041cc0947c182a8fcf03c8cd4c37f37cddf1c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Nov 2013 18:27:07 +0000 Subject: autopkgtests: fetch-localgitonly: rename from fetch-nogit --- tests/tests/fetch-localgitonly | 16 ++++++++++++++++ tests/tests/fetch-nogit | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100755 tests/tests/fetch-localgitonly delete mode 100755 tests/tests/fetch-nogit (limited to 'tests') diff --git a/tests/tests/fetch-localgitonly b/tests/tests/fetch-localgitonly new file mode 100755 index 0000000..7937a6f --- /dev/null +++ b/tests/tests/fetch-localgitonly @@ -0,0 +1,16 @@ +#!/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 diff --git a/tests/tests/fetch-nogit b/tests/tests/fetch-nogit deleted file mode 100755 index 7937a6f..0000000 --- a/tests/tests/fetch-nogit +++ /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 -- cgit v1.2.3