aboutsummaryrefslogtreecommitdiff
path: root/tests/test_compress_prepared_bcj_sparc
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-01-04 23:58:58 +0800
committerGitHub <noreply@github.com>2023-01-04 23:58:58 +0800
commit52380678f42364daa4510f92f6d3b18ec98c3638 (patch)
tree36db71569ea751be2af331906fd3032475f70ff3 /tests/test_compress_prepared_bcj_sparc
parentTranslations: Add Korean translation of man pages. (diff)
downloadxz-52380678f42364daa4510f92f6d3b18ec98c3638.tar.xz
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.
Diffstat (limited to 'tests/test_compress_prepared_bcj_sparc')
-rwxr-xr-xtests/test_compress_prepared_bcj_sparc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_compress_prepared_bcj_sparc b/tests/test_compress_prepared_bcj_sparc
index 01447e13..deb76ef6 100755
--- a/tests/test_compress_prepared_bcj_sparc
+++ b/tests/test_compress_prepared_bcj_sparc
@@ -1,3 +1,3 @@
#!/bin/sh
-exec "$srcdir/test_compress.sh" "$srcdir/compress_prepared_bcj_sparc"
+exec "$srcdir/test_compress.sh" compress_prepared_bcj_sparc