From 761c208d58e0c3daa0f46e68b406adfc318d2a46 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Wed, 4 Jan 2023 23:58:58 +0800 Subject: 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. --- tests/test_compress_prepared_bcj_sparc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_compress_prepared_bcj_sparc') 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 -- cgit v1.2.3