diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-25 13:31:20 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-25 13:31:20 +0100 |
commit | 72ed0011f7ff967d8a402c84c5ab5783f9db9987 (patch) | |
tree | 96ce3307da0238b1fa7c18ac6440281daece2959 /test/test.d | |
parent | 447986d17554c183d958cf7de79d1904fc32aaf6 (diff) |
sourceballs no longer depends on ftpdir-cleanup being run
Diffstat (limited to 'test/test.d')
-rwxr-xr-x | test/test.d/sourceballs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.d/sourceballs.sh b/test/test.d/sourceballs.sh index 45e9b1d..8cba017 100755 --- a/test/test.d/sourceballs.sh +++ b/test/test.d/sourceballs.sh @@ -75,7 +75,6 @@ testSourceballsCleanup() { for arch in ${arches[@]}; do ../db-remove pkg-simple-a extra ${arch} done - ../cron-jobs/ftpdir-cleanup >/dev/null ../cron-jobs/sourceballs [ -r ${FTP_BASE}/${SRCPOOL}/pkg-simple-a-*${SRCEXT} ] && fail "source package was not removed!" |