Skip to content
Snippets Groups Projects

fix af_unix tests for v8 networking.

Merged John Johansen requested to merge jjohansen/apparmor:fix-af_unix-tests into master
1 unresolved thread
22 files
+ 57
33
Compare changes
  • Side-by-side
  • Inline
Files
22
@@ -16,7 +16,7 @@ fi
out=$($1 -- cat /proc/self/attr/current 2>&1)
rc=$?
if [ $rc -eq 0 ] && [ "$out" == "$2" ]; then
if [ $rc -eq 0 ] && [ "$out" = "$2" ]; then
echo PASS
exit 0
elif [ $rc -ne 0 ]; then
Loading