Skip to content

Commit adcb22c

Browse files
authored
Update test-03.sh
1 parent d69320e commit adcb22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-03.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ t_run "M/bin/_debug_exec touch MyProg/A 2>&1 | grep -q 'Read-only file system'"
6464
t_run "wrap-install MyProg/ -w bin --prefix N" "Wrap install nomask"
6565
t_run "N/bin/PP | grep -q HELLO" "wrap-install without --mask works"
6666
t_run "N/bin/_debug_exec touch MyProg/A" "disk installation is not masked"
67-
export CW_EXTRA_BIND_MOUNTS=$PWD/MyProg/img.sqfs:$PWD/MyProg:image-src=/:$PWD/S/img.sqfs:$(S/bin/_debug_exec bash -c "echo \$install_root"):image-src=/:$PWD/Gdal/img.sqfs:$(Gdal/bin/_debug_exec bash -c "echo \$install_root"):image-src=/
67+
export CW_EXTRA_BIND_MOUNTS=$PWD/MyProg/img.sqfs:$PWD/MyProg:image-src=/,$PWD/S/img.sqfs:$(S/bin/_debug_exec bash -c "echo \$install_root"):image-src=/,$PWD/Gdal/img.sqfs:$(Gdal/bin/_debug_exec bash -c "echo \$install_root"):image-src=/
6868
rm -rf MyProg
6969
mv M MyProg
7070
t_run "S/bin/_debug_exec MyProg/bin/PP | grep -q HELLO" "Composition works into wrapped"

0 commit comments

Comments
 (0)