mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Fix regression test bug involving binaries different from name
When the test name and test binary differed and genprofile was used, there would be an execname warning about the original expected binary not existing. This fixes that warning. Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
parent
53e322b755
commit
b7669222dc
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ fi
|
|||
|
||||
while /bin/true
|
||||
do
|
||||
imagename=$test
|
||||
imagename=$testexec
|
||||
|
||||
# image/subhat allows overriding of the default
|
||||
# imagename which is based on the testname
|
||||
|
|
Loading…
Add table
Reference in a new issue