mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
chdir.patch
This commit is contained in:
parent
77dc3a81f6
commit
d447b3b4e4
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ bin=$pwd
|
|||
|
||||
. $bin/prologue.inc
|
||||
|
||||
dir=$tmpdir/tmpdir
|
||||
dir=$tmpdir/tmpdir/
|
||||
|
||||
mkdir $dir
|
||||
|
||||
|
@ -32,5 +32,5 @@ mkdir $dir
|
|||
runchecktest "FCHDIR/no profile" pass $dir
|
||||
|
||||
# null profile, verify fchdir (x) functions
|
||||
genprofile
|
||||
genprofile $dir:r
|
||||
runchecktest "FCHDIR/profile" pass $dir
|
||||
|
|
Loading…
Add table
Reference in a new issue