From patchwork Fri Jan 31 21:22:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Kujau X-Patchwork-Id: 11360485 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2465D1398 for ; Fri, 31 Jan 2020 21:22:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 01ABA20CC7 for ; Fri, 31 Jan 2020 21:22:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726109AbgAaVWu (ORCPT ); Fri, 31 Jan 2020 16:22:50 -0500 Received: from trent.utfs.org ([94.185.90.103]:45012 "EHLO trent.utfs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726102AbgAaVWu (ORCPT ); Fri, 31 Jan 2020 16:22:50 -0500 Received: from localhost (localhost [IPv6:::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by trent.utfs.org (Postfix) with ESMTPS id 242A55F9CA for ; Fri, 31 Jan 2020 22:22:49 +0100 (CET) Date: Fri, 31 Jan 2020 13:22:49 -0800 (PST) From: Christian Kujau To: fstests@vger.kernel.org Subject: README: fsgqa needs a home directory too Message-ID: User-Agent: Alpine 2.22 (DEB 395 2020-01-19) MIME-Version: 1.0 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org generic/128 whould fail with: QA output created by 128 +su: warning: cannot change directory to /home/fsgqa: No such file or directory Adjust README to create a home directory too. And (totally unrelated), fix the 404 for the udf_test tool. Signed-off-by: Christian Kujau --- README.orig 2020-01-12 08:43:34.000000000 -0800 +++ README 2020-01-31 13:18:12.494026480 -0800 @@ -19,7 +19,7 @@ (Note that for RHEL and CentOS, you may need the EPEL repo.) - run make - run make install -- create fsgqa test user ("sudo useradd fsgqa") +- create fsgqa test user ("sudo useradd -m fsgqa") - create fsgqa group ("sudo groupadd fsgqa") - create 123456-fsgqa test user ("sudo useradd 123456-fsgqa") @@ -33,7 +33,7 @@ - install administrative tools specific to the filesystem you wish to test - If you wish to run the udf components of the suite install mkudffs. Also download and build the Philips UDF Verification Software - from http://www.extra.research.philips.com/udf/, then copy the udf_test + from https://www.lscdweb.com/registered/udf_verifier.html, then copy the udf_test binary to xfstests/src/. If you wish to disable UDF verification test set the environment variable DISABLE_UDF_TEST to 1.