test: don't chown files on fat32 partition

This commit is contained in:
2021-12-12 20:59:48 +03:00
parent 05abd26ece
commit c963ccebd6
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
KOLIBRIOS=/root/Sources/kolibrios
KOLIBRIOS ?= /root/Sources/kolibrios
FASM=fasm -dUEFI=1 -dextended_primary_loader=1 -dUMKA=1
CC=gcc
WARNINGS=-Wall -Wextra -Wduplicated-cond -Wduplicated-branches -Wlogical-op \