From 462aa20d13f5d017b355590506405137d132d687 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 4 Jul 2001 06:57:38 +0000 Subject: [PATCH] remove extra debugging info which can cause problems if cwd not writable. --- common.quota | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common.quota b/common.quota index ba5d0afe..19206f0f 100644 --- a/common.quota +++ b/common.quota @@ -65,11 +65,13 @@ _file_as_id() _notrun "broken type in call to _file_as_id in test $seq" fi - perl </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() -- 2.39.5