From 7aa5afbe3ecfe431f85e7f5c0a268fd30409715d Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 28 Aug 2010 18:03:43 +0000 Subject: [PATCH] Use an empty /etc/profile to avoid interferences. --- tests/su/02/config.txt | 2 ++ tests/su/02/config/etc/profile | 0 2 files changed, 2 insertions(+) create mode 100644 tests/su/02/config/etc/profile diff --git a/tests/su/02/config.txt b/tests/su/02/config.txt index aecff4a9..70dfcd2f 100644 --- a/tests/su/02/config.txt +++ b/tests/su/02/config.txt @@ -1,3 +1,5 @@ # no testsuite password # root password: rootF00barbaz # myuser password: myuserF00barbaz + +# /etc/profile is empty to avoid interferences. diff --git a/tests/su/02/config/etc/profile b/tests/su/02/config/etc/profile new file mode 100644 index 00000000..e69de29b