From 844d82fad811626b0b8e54db60ee4b3ea32a3cb9 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 30 May 2010 14:41:59 +1000 Subject: Move pacman test suite Move the test suite to test/pacman in order to make a logical location for a future makepkg test suite. Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- pactest/tests/sync404.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pactest/tests/sync404.py (limited to 'pactest/tests/sync404.py') diff --git a/pactest/tests/sync404.py b/pactest/tests/sync404.py deleted file mode 100644 index 118f9e9d..00000000 --- a/pactest/tests/sync404.py +++ /dev/null @@ -1,26 +0,0 @@ -self.description = "FS#9024" - -sp = pmpkg("xorg-server") -sp.depends = [ "libgl" ] -self.addpkg2db("sync", sp) - -sp1 = pmpkg("nvidia-utils") -sp1.provides = [ "libgl" ] -sp1.conflicts = [ "libgl", "libgl-dri" ] -self.addpkg2db("sync", sp1) - -sp2 = pmpkg("libgl") -sp2.provides = [ "libgl-dri" ] -self.addpkg2db("sync", sp2) - -sp3 = pmpkg("nvidia") -sp3.depends = [ "nvidia-utils" ] -self.addpkg2db("sync", sp3) - -self.args = "-S xorg-server nvidia" - -self.addrule("PACMAN_RETCODE=0") -self.addrule("PKG_EXIST=xorg-server") -self.addrule("PKG_EXIST=nvidia") -self.addrule("PKG_EXIST=nvidia-utils") -self.addrule("!PKG_EXIST=libgl") -- cgit v1.2.3-54-g00ecf