mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sys-process/task-spooler: fix typo
Closes: https://bugs.gentoo.org/836255 Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
@@ -22,7 +22,7 @@ HTML_DOCS=( web/index.html web/ts-0.2.1.png web/ts-0.5.4.ebuild web/article_linu
|
||||
PATCHES=( "${FILESDIR}"/var-redefinition.patch )
|
||||
|
||||
src_test() {
|
||||
cp $"{BUILD_DIR}/ts" "${S}"/ || die "failed to copy ts executable to source folder for tests"
|
||||
cp "${BUILD_DIR}/ts" "${S}"/ || die "failed to copy ts executable to source folder for tests"
|
||||
sh testbench.sh || die "tests failed"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user