summaryrefslogtreecommitdiff
blob: d80b8704834c168248ef6bb62bd976872f9cc26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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