You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/cabextract/files/cabextract-1.9-remove-spuri...

18 lines
423 B

https://github.com/kyz/libmspack/commit/2f78851e3927b05931574b380ca6dccaf91e3807
---
test/bugs.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/test/bugs.test
+++ b/test/bugs.test
@@ -2,7 +2,7 @@
# test that known crash bugs remain fixed
. test/testcase
-$cabextract -t $test_files/bugs/*.cab
+$cabextract -t bugs/*.cab
# fail if exit code indicates a crash (SIGBUS, SIGSEGV, etc.)
test $? -le 1