diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-08-09 20:04:05 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-08-10 20:14:22 +0200 |
commit | 435b5fc9024bff261d18456cd6628966eab8452f (patch) | |
tree | 140ad7b46059a271dc7105b60d245170efcb6ced | |
parent | 936ee66f1e3e387d24f9bb4f5d00071c15c9f3bd (diff) | |
download | aur-435b5fc9024bff261d18456cd6628966eab8452f.tar.gz aur-435b5fc9024bff261d18456cd6628966eab8452f.tar.xz |
t0003: Do not initialize package bases explicitly
Package bases are created by git-update automatically when the
repository receives a ref update for the first time.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rwxr-xr-x | git-interface/test/t0003-update.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/git-interface/test/t0003-update.sh b/git-interface/test/t0003-update.sh index 81c5687d..aeb223e8 100755 --- a/git-interface/test/t0003-update.sh +++ b/git-interface/test/t0003-update.sh @@ -4,11 +4,6 @@ test_description='git-update tests' . ./setup.sh -test_expect_success 'Setup repositories and create package bases.' ' - SSH_ORIGINAL_COMMAND="setup-repo foobar" AUR_USER=user "$GIT_SERVE" - SSH_ORIGINAL_COMMAND="setup-repo foobar2" AUR_USER=user "$GIT_SERVE" -' - test_expect_success 'Test update hook on a fresh repository.' ' old=0000000000000000000000000000000000000000 && new=$(git -C aur.git rev-parse HEAD^) && @@ -20,7 +15,6 @@ test_expect_success 'Test update hook on a fresh repository.' ' 1|1 1|1|python-pygit2|| 1|1 - 2|1 EOF >actual && for t in Packages Licenses PackageLicenses Groups PackageGroups \ |