This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
xz-archive
Watch
1
Star
0
Fork
You've already forked xz-archive
0
mirror of
https://git.tukaani.org/xz.git
synced
2024-04-04 12:36:23 +02:00
Code
Activity
89ea1a22f4
xz-archive
/
tests
/
test_compress_prepared_bcj_x86
4 lines
69 B
Text
Raw
Normal View
History
Unescape
Escape
Tests: Split test_compress.sh into separate test unit for each file. test_compress.sh now takes one command line argument: a filename to be tested. If it begins with "compress_generated_" the file will be created with create_compress_files. This will allow parallel execution of the slow tests.
2022-05-23 20:17:47 +02:00
#!/bin/sh
Tests: Replace non portable shell parameter expansion The shell parameter expansion using # and ## is not supported in Solaris 10 Bourne shell (/bin/sh). Even though this is POSIX, it is not fully portable, so we should avoid it.
2023-01-04 16:58:58 +01:00
exec "$srcdir/test_compress.sh" compress_prepared_bcj_x86
Copy permalink