mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
remove extra debugging info which can cause problems if cwd not writable.
This commit is contained in:
+4
-2
@@ -65,11 +65,13 @@ _file_as_id()
|
||||
_notrun "broken type in call to _file_as_id in test $seq"
|
||||
fi
|
||||
|
||||
perl <<EOF
|
||||
perl <<EOF >/dev/null 2>&1
|
||||
\$| = 1;
|
||||
$magik = $2;
|
||||
exec "dd if=/dev/zero of=$1 bs=$4 count=$5 >>$seq.full 2>&1";
|
||||
exec "dd if=/dev/zero of=$1 bs=$4 count=$5";
|
||||
EOF
|
||||
# for debugging the above euid change, try... [need write in cwd]
|
||||
# exec "dd if=/dev/zero of=$1 bs=$4 count=$5 >>$seq.full 2>&1";
|
||||
}
|
||||
|
||||
_choose_uid()
|
||||
|
||||
Reference in New Issue
Block a user