aboutsummaryrefslogtreecommitdiffstats
path: root/test/compile
diff options
context:
space:
mode:
authorLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 19:59:01 +0000
committerLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 22:37:19 +0000
commitc47ad8b82a52a5648bdabfd8713ba0dda3df2c16 (patch)
treec2368dfba944b73e5fcfee8b9e45d3ad283e70ad /test/compile
parenttests: use an array (diff)
downloadfirejail-c47ad8b82a52a5648bdabfd8713ba0dda3df2c16.tar.gz
firejail-c47ad8b82a52a5648bdabfd8713ba0dda3df2c16.tar.zst
firejail-c47ad8b82a52a5648bdabfd8713ba0dda3df2c16.zip
tests: fix underquoting
Diffstat (limited to 'test/compile')
-rwxr-xr-xtest/compile/compile.sh46
1 files changed, 23 insertions, 23 deletions
diff --git a/test/compile/compile.sh b/test/compile/compile.sh
index 27e5b2d77..96a14d0cb 100755
--- a/test/compile/compile.sh
+++ b/test/compile/compile.sh
@@ -47,7 +47,7 @@ print_title() {
47 echo 47 echo
48 echo 48 echo
49 echo "**************************************************" 49 echo "**************************************************"
50 echo $1 50 echo "$1"
51 echo "**************************************************" 51 echo "**************************************************"
52} 52}
53 53
@@ -76,8 +76,8 @@ cleanup
76#***************************************************************** 76#*****************************************************************
77print_title "${arr[1]}" 77print_title "${arr[1]}"
78echo "$DIST" 78echo "$DIST"
79tar -xJvf ../../$DIST.tar.xz 79tar -xJvf ../../"$DIST.tar.xz"
80mv $DIST firejail 80mv "$DIST" firejail
81 81
82cd firejail 82cd firejail
83./configure --prefix=/usr --enable-fatal-warnings 2>&1 | tee ../output-configure 83./configure --prefix=/usr --enable-fatal-warnings 2>&1 | tee ../output-configure
@@ -410,23 +410,23 @@ echo "**********************************************************"
410 410
411wc -l report-test* 411wc -l report-test*
412echo 412echo
413echo "Legend:" 413echo "Legend:"
414echo ${arr[1]} 414echo "${arr[1]}"
415echo ${arr[2]} 415echo "${arr[2]}"
416echo ${arr[3]} 416echo "${arr[3]}"
417echo ${arr[4]} 417echo "${arr[4]}"
418echo ${arr[5]} 418echo "${arr[5]}"
419echo ${arr[6]} 419echo "${arr[6]}"
420echo ${arr[7]} 420echo "${arr[7]}"
421echo ${arr[8]} 421echo "${arr[8]}"
422echo ${arr[9]} 422echo "${arr[9]}"
423echo ${arr[10]} 423echo "${arr[10]}"
424echo ${arr[11]} 424echo "${arr[11]}"
425echo ${arr[12]} 425echo "${arr[12]}"
426echo ${arr[13]} 426echo "${arr[13]}"
427echo ${arr[14]} 427echo "${arr[14]}"
428echo ${arr[15]} 428echo "${arr[15]}"
429echo ${arr[16]} 429echo "${arr[16]}"
430echo ${arr[17]} 430echo "${arr[17]}"
431echo ${arr[18]} 431echo "${arr[18]}"
432echo ${arr[19]} 432echo "${arr[19]}"